fix ww rank: now the ww dissapear from rank when he destroyed + reworked admin panel by allycol93 with some changes by me

This commit is contained in:
unknown
2012-05-10 17:19:33 +03:00
parent c41e6c8c30
commit e0ac5075fa
156 changed files with 8419 additions and 3422 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename populateOases.php ##
## Developed by: aggenkeech ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2012. All rights reserved. ##
## ##
#################################################################################
include ("../../Database.php");
include ("../../Admin/database.php");
include ("../../config.php");
$database->populateOasisUnitsLow();
header("Location: ../../../Admin/admin.php?p=server_info");
?>