Файл: mafia/add.php
Строк: 18
<?
require'../shaxty.php'; // waphp.ru - закрытый клуб вап мастеров!
$align='left';
check_login();
$title='Мафия';
include_once (H.'shaxty/head.php');
$rmmaf = check(intval($_GET['rmmaf']));
if (!ctype_digit($rmmaf)) { header("Location: index.php"); die; }
ob_start();
echo $fs1;
echo "$div1<b>Сказать</b>$div9";
echo "<form method="post" action="maf.php?rmmaf=$rmmaf$takep&" name="auth">";
echo'<textarea cols="20" rows="1" name="msg" maxlength="200" ></textarea><br />';
echo "<input class="ibutton" type="submit" value="Сказать" name="enter"><br/><br />";
echo $div1."<a href="maf.php?&rmmaf=$rmmaf">В игру</a>".$div9;
include_once (H.'shaxty/foot.php');
?>