improves by songeriux + minor changes by me

This commit is contained in:
unknown
2012-06-13 17:16:58 +03:00
parent f5087e1ccc
commit c7e6faebc4
23 changed files with 110 additions and 90 deletions
+4 -4
View File
@@ -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");
}?>
}?>