Current Path : /home/bitrix/ext_www/vf.yacl.site/mobile_app/ |
Current File : /home/bitrix/ext_www/vf.yacl.site/mobile_app/config.php |
<? header("Content-Type: application/x-javascript"); $hash = "12345678"; $config = array( "appmap" => array( "main" => "/mobile_app/", "left" => "/mobile_app/menu.php", "settings" => "/mobile_app/settings.php", "hash" => substr($hash, rand(1, strlen($hash))) ) ); echo json_encode($config);