Файл: public_html/modules/tutorial/6.php
Строк: 16
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
include_once ($root.'/core/base.php');
falseauth();
$header = "Начало";
include_once ($root.'/core/head.php');
if($u['tutorial'] != 6) redirect('/tutorial/'.$u['tutorial']);
if($u['tutorial'] >= 15) redirect('/');
if($u['save'] == 1) redirect('/');
if(isset($_GET['next']))
{
setTutorialNum(7);
redirect('/shop');
}
echo '<div class="b"><center><img src="/images/icons/24.png" width="60" height="60"></center></br>
<big><b>Магазин</b></big> - в магазине вы можете купить себе самое лучшее снаряжение, зелья для улучшения игровых параметров на определенное время, или же изготовить его сами!<br><br>
<center><a href="?next"><input type="submit" value="В магазин"></a>
</div></center>';
include_once ($root.'/core/foot.php');