Файл: Website/pass.php
Строк: 14
<?php
/*** Freedom City | Check RPGBUNNY.COM for more Full RPG Sources | www.rpgbunny.com ***/include "antet.php"; include "func.php";
if (isset($_SESSION["user"][1], $_POST["pass"]))
if ($_SESSION["user"][2]==md5($_POST["pass"]))
if ($_POST["pass_"]!="")
if ($_POST["pass_"]==$_POST["pass__"])
if ($_SESSION["user"][1]!="guest")
{
pass($_SESSION["user"][0], md5($_POST["pass_"]));
$_SESSION["user"][2]=$_POST["pass_"];
}
else msg($lang['guestPass']);
else msg($lang['passNotMatch']);
else msg($lang['passNull']);
else msg($lang['incorPass']);
else msg($lang['insufData']);
?>