mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 10:34:31 +00:00
improves by songeriux + minor changes by me
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#################################################################################
|
||||
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
||||
## --------------------------------------------------------------------------- ##
|
||||
## Edited by: ZZJHONS ##
|
||||
## Edited by: ZZJHONS, songeriux ##
|
||||
## Filename Database.php ##
|
||||
## License: TravianX Project ##
|
||||
## Copyright: TravianX (c) 2010-2011. All rights reserved. ##
|
||||
@@ -22,4 +22,10 @@ switch(DB_TYPE) {
|
||||
include("Database/db_MYSQL.php");
|
||||
break;
|
||||
}
|
||||
## Security
|
||||
if($_GET['s'] == 6 && $_SERVER['PHP_SELF'] == "/allianz.php"){
|
||||
include("Protection.php");
|
||||
}else{
|
||||
include("Protection2.php");
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user