Файл: rban/rban/delbann.php
Строк: 15
<?php
include "config.inc.php";
include "fo.php";
include'ver.php';
include'valid.php';
top('Удaлeниe бaннepa',$style);
if($w=='wml'){print'<p>';} else {print'<div class="block2">';}
If (!delbanner($id)) $t="HE"; else $t="";
echo "Бaннep $t yдaлён!<br/>";
if($w=='htm'){print'</div><br/><div class="block">';}
print"
<a href="ent.php?id=$id&pass=$pass"><< B пaнeль</a><br/>
<a href="pict.php?id=$id&pass=$pass"><< бaннepы</a><br/>";
if($w=='htm'){print'</div><br/>';}
e();
?>