Update Database.php

This commit is contained in:
sempoi
2014-03-08 20:33:13 +08:00
parent 9c4ffbf024
commit 1fa26378cd
+2 -2
View File
@@ -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");
?>
?>