fix file names

This commit is contained in:
Novgorodschi Catalin
2013-08-13 10:06:46 +03:00
parent b29b0d90d0
commit 0a5a35aa9b
15 changed files with 621 additions and 9 deletions
+23
View File
@@ -0,0 +1,23 @@
<?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. ##
## ##
#################################################################################
ini_set('max_execution_time', 30000);
include ("../../Database.php");
include ("../../Admin/database.php");
include ("../../config.php");
$database->populateOasisdata();
$database->populateOasis();
$database->populateOasisUnits2();
header("Location: ../../../Admin/admin.php?p=server_info");
?>