Charlie 9 vuotta sitten
vanhempi
sitoutus
0e3832d564
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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];