Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
if ( !$CONF['lockin_domain'] )
{
$CONF['lockin_domain'] = $_SERVER['HTTP_HOST'];
}
if ( !eregi( $CONF['lockin_domain'], $_SERVER['HTTP_HOST'] ) || !eregi( "127.0.0.1", $_SERVER['HTTP_HOST'] ) || !eregi( "ezygold.com", $_SERVER['HTTP_HOST'] ) || !eregi( "ezygold.net", $_SERVER['HTTP_HOST'] ) )
{
exit( );
}