fix update spieler.php and graphic.tpl + fix edit forum for player without forum access + fix send resouces + more updates for farmlist (still not 100%)

This commit is contained in:
unknown
2012-04-09 14:37:32 +03:00
parent acf620f833
commit 17ab0ae696
9 changed files with 56 additions and 61 deletions
+3 -2
View File
@@ -146,8 +146,9 @@ else if (isset($_GET['s'])) {
if($_GET['s'] == 4) {
include("Templates/Profile/graphic.tpl");
}
}else{
header("Location: ".$_SERVER['PHP_SELF']."?uid=".$session->uid);
if($_GET['s'] > 4) {
header("Location: ".$_SERVER['PHP_SELF']."?uid=".$session->uid);
}
}
?>
</div>