mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
19 lines
852 B
PHP
Executable File
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");
|
|
?>
|