Файл: alldelmsg.php
Строк: 16
<?
include_once("mysql.php");
include_once("include/sesi.php");
include 'include/zag.php';
$text = @file("MySql/base123/reg/$log.dat");
if ($text!=""){
$udata = explode(":||:",$text[0]);
$login=trim($udata[0]);
$password=trim($udata[1]);}
////////////////////////////////////////////////////////
if (isset($user)) {
$msg=count(file("MySql/base123/msg/$log.msg"));
@unlink("MySql/base123/msg/$log.msg");
echo"Удалено: $msg писем.<br/><a href="privat.php?$sd">Продолжить</a>";
}else{echo"<small>Пароль или логин неверен!</small>";}
include_once("include/down.php");
?>