mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
finish hero_full.php
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Edited by: akshay9, ZZJHONS, songeriux ##
|
||||
## 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;
|
||||
}
|
||||
## Security
|
||||
include("Protection.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user