Файл: Website/a_del.php
Строк: 18
<?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"]))
{
$alliance=alliance($_SESSION["user"][11]);
if ($_SESSION["user"][2]==md5($_POST["pass"]))
if ($alliance[2]==$_SESSION["user"][0])
{
if (a_del($_SESSION["user"][11])) msg($lang['AllyDeleted']);
$_SESSION["user"][11]=0;
} else msg($lang['notFounder']);
else msg($lang['wrongPass']);
} else msg($lang['insufData']);
?>