|
@@ -4,7 +4,7 @@
|
|
|
$config = __DIR__.'/protected/config/main.php';
|
|
|
define('APP_PATH', dirname(__FILE__));
|
|
|
$env = file_get_contents(__DIR__."/protected/config/env.txt");
|
|
|
- var_dump(__DIR__."/protected/config/env.txt");exit;
|
|
|
+ //var_dump(__DIR__."/protected/config/env.txt");exit;
|
|
|
$server_name = $_SERVER['SERVER_NAME'];
|
|
|
$application = '';
|
|
|
$app_name =explode(".",$server_name)[0];
|