Charlie 9 rokov pred
rodič
commit
0e3832d564
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      www/index.php

+ 1 - 1
www/index.php

@@ -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];