mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 05:14:31 +00:00
improves by songeriux + minor changes by me
This commit is contained in:
+4
-4
@@ -17,12 +17,12 @@
|
||||
mysql_select_db(SQL_DB);
|
||||
|
||||
if($session->access==ADMIN){
|
||||
|
||||
|
||||
//controllo
|
||||
if(isset($_GET['giveout'])){
|
||||
|
||||
$database->populateOasisUnitsLow();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ Click <a href="?giveout">here</a>, to populate oasis <br/>WARNING: Loading next
|
||||
<div id="ce"></div>
|
||||
</body>
|
||||
</html>
|
||||
<?php @mysql_close();
|
||||
<?php mysql_close();
|
||||
}else{
|
||||
header("Location: dorf1.php");
|
||||
}?>
|
||||
}?>
|
||||
Reference in New Issue
Block a user