View file fnc/news/delnews.php
<?php include"../../sys/fnc.php"; $d=filtr($_GET['d']); if($user[leval]==4 and $d!="") { if($db->query("delete from `news` where `id`='$d'"))echo'<font color="red">Сообщение удалено!</font>'; } ?>
<?php include"../../sys/fnc.php"; $d=filtr($_GET['d']); if($user[leval]==4 and $d!="") { if($db->query("delete from `news` where `id`='$d'"))echo'<font color="red">Сообщение удалено!</font>'; } ?>