Charlie 9 роки тому
батько
коміт
0e3832d564
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      www/index.php

+ 1 - 1
www/index.php

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