Файл: manager1/generator.php
Строк: 24
<?php
define('_IN_JOHNCMS', 1);
$textl = 'Менеджер';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
require_once ("../incfiles/regglobals.php");
echo'<b><center>*Football MANAGER*</center></b><br/>';
if ($datauser['name'])
{
echo '<form action="generator2.php" method="post">
папка<input type="text" name="d" maxlength="20"/><br/>
файл<input type="text" name="f" maxlength="20"/><br/>
<input type="submit" value="Go!"/><br/></form>';
} else {
echo 'Игра доступна только зарегистрированым пользователям';
}
echo'[<a href="main.php?'.SID.'">В панель управления</a>]<br/>';
require_once ("../incfiles/end.php");
?>