mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-31 15:47:14 +00:00
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:
@@ -76,6 +76,7 @@ if(!isset($_GET['admin'])) {
|
||||
$_GET['admin'] = null;
|
||||
}
|
||||
if($_GET['admin']== "switch_admin"){
|
||||
if($opt['opt5'] == 1){
|
||||
if($database->CheckResultEdit($aid) != 1){
|
||||
$database->CreatResultEdit($aid,1);
|
||||
}else{
|
||||
@@ -86,6 +87,7 @@ if($_GET['admin']== "switch_admin"){
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if($_GET['admin']== "pin"){
|
||||
$database->StickTopic($_GET[idt],1); // stick topic
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user