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
@@ -11,7 +11,7 @@
## ##
#################################################################################
include("GameEngine/config.php");
include_once("GameEngine/config.php");
?>
<html>