mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 18:14:23 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Filename Database.php ##
|
||||
## License: TravianX Project ##
|
||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
||||
## ##
|
||||
#################################################################################
|
||||
|
||||
include("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;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user