Merge pull request #136 from sempoi/patch-24

Update Database.php
This commit is contained in:
Shadow
2014-03-10 08:30:18 +02:00
+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");
?>
?>