File size: 1.7Kb
<?php
/////////////////////////////////////////////////////////////////////////////////////////////////////
// НАЗВАНИЕ СКРИПТА: ГОЛОСОВАНИЕ v.1 //
// АВТОР СКРИПТА: HOBLIN //
// E-MAIL: [email protected] //
// WAP САЙТ: http://hoblin.h2m.ru //
// ICQ: 439796326 //
// ВНИМАНИЕ !!! ////////////////////////////////////////////////////////////////////////////////////
// ПО ВОПРОСАМ НАПИСАНИЯ СКРИПТОВ НАЗАКАЗ ОБРАЩАЙТЕСЬ В АСЮ //
/////////////////////////////////////////////////////////////////////////////////////////////////////
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
include ("../../config.php");
include ("../../themes/".$themes.".php");
include ("../trans.php");
include ("parol.php");
if ($par==$admin_pass)
{
$dirt = opendir("../tem");
while ($filet = readdir ($dirt))
unlink("../tem/$tem.dat");
$dirt1 = opendir("../anti");
while ($filet1 = readdir ($dirt1))
unlink("../anti/$tem.dat");
echo "<hr><div>Опрос успешно удален<br/><a href=\"in.php?&par=$par\"> Назад</a><div><hr>";
}
else
{
echo"<hr><p>Неправильный ввод.<br /><a href=\"index.php\">Назад</a></p><hr>";
}
include ("../../templates/foot.php");
?>