edit alliance forums, fix notices and change allidesc.tpl

This commit is contained in:
unknown
2012-04-05 00:31:55 +03:00
parent 6ef77feda0
commit 545cfc48c9
5 changed files with 281 additions and 3 deletions
+3 -1
View File
@@ -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);