mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
786cbf1f8e
1) Removed unnecessary files 2) Trailling spaces (no all though) 3) Some space to tab conversion
19 lines
945 B
PHP
19 lines
945 B
PHP
<?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");
|
|
?>
|