fix change village system 100%, change natars access again and fix natars ranking

This commit is contained in:
unknown
2012-04-04 05:34:36 +03:00
parent 05a15b77ae
commit 0aa0369157
17 changed files with 241 additions and 107 deletions
+2 -3
View File
@@ -14,9 +14,8 @@ $start = $generator->pageLoadTimeStart();
if(isset($_GET['newdid'])) {
$_SESSION['wid'] = $_GET['newdid'];
header("Location: ".$_SERVER['PHP_SELF']);
}
else {
$building->procBuild($_GET);
}else{
$building->procBuild($_GET);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">