View file pass.php

File size: 976B
<?Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting(waring & eeror);
include $DOCUMENT_ROOT."/config.php";
echo"<html><head><title>$title</title><LINK REL=STYLESHEET TYPE=text/css HREF=skin/$wthemes></head><body>";

if ((!$login)&(!$emailv))
{
 echo"<div class=c>востоновление пороля <div class=a>
     <form action =pass.php method=get>логин<br>
     <input type=text name=login><br>
     е-mail<br>
     <input type=text name=emailv><br>
     <input type=submit>
     </form>";
}
else
{
  $login = htmlspecialchars($login);
  $emailv= htmlspecialchars($emailv);
   include "$DOCUMENT_ROOT/user/$login/config.php";

    if ($email == $emailv) 
    {
    echo "<div class=c>ваш пороль  $pass_config</div>";
    }
    else
    {
    echo "<div class=c>невернно введен логин или адрес электронной почты</div>";
    }
}

?>
<a href=index.php>на главную</a>