diff --git a/GameEngine/Database.php b/GameEngine/Database.php index edf037ea..e576daef 100644 --- a/GameEngine/Database.php +++ b/GameEngine/Database.php @@ -9,7 +9,7 @@ ## ## ################################################################################# -include("config.php"); +include_once("config.php"); switch(DB_TYPE) { case 1: @@ -24,4 +24,4 @@ switch(DB_TYPE) { } ## Security include("Protection.php"); -?> \ No newline at end of file +?>