Просмотр файла str/del.php

Размер файла: 1.52Kb
<?php
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";
if ($provlog==$_SESSION['log'] && $provpar==md5($_SESSION['par']) && $_SESSION['log']!="" && md5($_SESSION['par'])!="") {
if ($dostup==101){if($mod==""){$m=check($m);
echo"Вы действительно хотите удалить страничку $m с сайта ???<br/><br/>
<a href=\"index.php?".SID."\">Нет</a><br/>
<a href=\"del.php?mod=ok&amp;m=$m&amp;".SID."\">Да</a><br/>";
echo"&#187; <a href=\"index.php?".SID."\">В странички</a> ";
echo'<br /><img src="images/home.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>';
include_once"../themes/$config_themes/foot.php";}
if ($mod==ok){$m=check($m);
$j=unlink("rating/$m.dat");
$n=unlink("base/$m.dat");
$b=unlink("foto/$m.dat");
$v=unlink("video/$m.dat");
$c=unlink("music/$m.dat");
$a=unlink("prog/$m.dat");
$q=unlink("img/$m.dat");
$p=unlink("gbook/$m.dat");
$h=unlink("clauses/$m.dat");
$i=unlink("news/$m.dat");
$r=unlink("news/last$m.dat");
$y=unlink("contacts/$m.dat");
$o=unlink("biography/$m.dat");
$s=unlink("zhelezo/$m.dat");
header("location: index.php?".SID);
}
}else{header("location: index.php?".SID);}
}


?>