From 1fa26378cd1bb2ea95731890bf39df9eac3093bb Mon Sep 17 00:00:00 2001 From: sempoi Date: Sat, 8 Mar 2014 20:33:13 +0800 Subject: [PATCH] Update Database.php --- GameEngine/Database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>