Files
TravianZ/GameEngine/Database.php
T
2016-09-13 15:38:14 +02:00

19 lines
852 B
PHP
Executable File

<?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_once("config.php");
include("Database/db_MYSQLi.php");
## Security
include("Protection.php");
?>