mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-14 15:21:01 +00:00
Update Database.php
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
## ##
|
## ##
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
include("config.php");
|
include_once("config.php");
|
||||||
|
|
||||||
switch(DB_TYPE) {
|
switch(DB_TYPE) {
|
||||||
case 1:
|
case 1:
|
||||||
@@ -24,4 +24,4 @@ switch(DB_TYPE) {
|
|||||||
}
|
}
|
||||||
## Security
|
## Security
|
||||||
include("Protection.php");
|
include("Protection.php");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user