mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 13:46:09 +00:00
Trying to fix this monstrosity #1
This commit is contained in:
+2
-11
@@ -11,17 +11,8 @@
|
||||
|
||||
include_once("config.php");
|
||||
|
||||
switch(DB_TYPE) {
|
||||
case 1:
|
||||
include("Database/db_MYSQLi.php");
|
||||
break;
|
||||
//case 2:
|
||||
//include("Database/db_MSSQL.php");
|
||||
//break;
|
||||
default:
|
||||
include("Database/db_MYSQL.php");
|
||||
break;
|
||||
}
|
||||
include("Database/db_MYSQLi.php");
|
||||
|
||||
## Security
|
||||
include("Protection.php");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user