Файл: btwars.ru/eee/final2.php
Строк: 27
<?
include_once '../system/common.php';
include_once '../system/functions.php';
include_once '../system/user.php';
include_once '../system/h.php';
if(!$user) {
header('location: /');
exit;
}
if($user[level] >= 1){
echo "<div class='content'><center><b>Попрощавшись с некромантом вы начали изучать игру. Изучив карту вы нашли верный путь в земли титанов<br/></center></div>";
echo "<div class='content'><center><img src='/eee/img/203.png'></center></div>";
echo "<div class='line'></div>";
}
echo "<center><a class='button' href='/index.php'>Завершить поход</a></center></div><br/>";
?>