Файл: Website/a_edit.php
Строк: 21
<?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["name"], $_POST["desc"], $_GET["town"]))
{
$alliance=alliance_($_SESSION["user"][11]);
if ($alliance[2]==$_SESSION["user"][0])
{
update_a($_POST["name"], $_POST["desc"], $_SESSION["user"][11]);
header("Location: embassy.php?town=".$_GET["town"]);
}
else msg($lang['notFounder']);
}
else msg($lang['insufData']);
?>