mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 18:44:21 +00:00
edit alliance forums, fix notices and change allidesc.tpl
This commit is contained in:
@@ -60,7 +60,8 @@
|
||||
case "m5":
|
||||
if(isset($post['delmsg_x'])) {
|
||||
if($session->access!=BANNED){
|
||||
$this->removeMessage($post);
|
||||
$this->removeMessage($post);
|
||||
$this->header($get);
|
||||
}else{
|
||||
header("Location: banned.php");
|
||||
}
|
||||
@@ -115,6 +116,7 @@
|
||||
}
|
||||
|
||||
public function procNotice($post) {
|
||||
global $session;
|
||||
if(isset($post["del_x"])) {
|
||||
if($session->access != BANNED){
|
||||
$this->removeNotice($post);
|
||||
|
||||
Reference in New Issue
Block a user