diff --git a/core/Core.php b/core/Core.php index 2ba872b89..68efc67d0 100755 --- a/core/Core.php +++ b/core/Core.php @@ -29,7 +29,7 @@ error_reporting(E_ALL); $envFiles = array('../_ss_environment.php', '../../_ss_environment.php', '../../../_ss_environment.php'); foreach($envFiles as $envFile) { if(file_exists($envFile)) { - include($envFile); + include_once($envFile); break; } }