Файл: public_html/modules/tutorial/13.php
Строк: 19
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
include_once ($root.'/core/base.php');
falseauth();
$header = "Начало";
include_once ($root.'/core/head.php');
if($u['tutorial'] != 13) redirect('/tutorial/'.$u['tutorial']);
if($u['tutorial'] >= 15) redirect('/');
if($u['save'] == 1) redirect('/');
if(isset($_GET['next']))
{
setTutorialNum(14);
redirect('/forge');
}
echo '
<div class="b">
<table width="100%">
<tr>
<td width="55px" valign="top">
<img width="50px" src="/images/naparnik.png"/>
</td>
<td valign="top">
<big> <font color = "white">Напарник</font></big>
<div class="txt">
Ну вот! Молодец! А как тебя звать то? Ты ведь так и не представился.
</div>
</td>
</tr>
</table>
';
echo '
</div>
<div class = "line"></div>';
echo '<div class="b"><big>
Для получения дополнительного бонуса в игре и открытия больших возможностей, вам необходимо сохранить своего персонажа</big><br><br>
<center><a href="?next"><input type="submit" value="Сохраниться"></a>
</div>';
include_once ($root.'/core/foot.php');