fix add world wonder villages mode in admin panel and world wonder villages icon

This commit is contained in:
unknown
2012-04-12 01:28:09 +03:00
parent c37b8c8d62
commit 3def4c1bdd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -39,5 +39,5 @@ for($i=1;$i<=$amt;$i++) {
mysql_query("Insert into ".TB_PREFIX."admin_log values (0,$id,'Added <b>$amt</b> WW Villages',".time().")");
header("Location: ../../../Admin/admin.php?p=natarend&g");
header("Location: ../../../admin.php?p=natarend&g");
?>