fix: double-including confing results in redefining constants

This commit is contained in:
Martin Ambrus
2017-11-06 14:12:32 +01:00
parent 5a929457c0
commit e92d075060
10 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if(!file_exists('var/installed') && @opendir('install')) {
exit;
}
include ("GameEngine/config.php");
include_once("GameEngine/config.php");
/*
if($_SERVER['HTTP_HOST'] != '.SERVER.')
{