Файл: public_html/main.php
Строк: 23
<?php
include ('./system/common.php');
include ('./system/functions.php');
include ('./system/user.php');
$title = 'Кровавые земли';
include ('./system/h.php');
if(!$user) {
header('location: /');
exit;
}
echo '<div class="block center"><img src="/images/logo.png" width="99%">
</div><div class="line"></div>';
echo '<a href="/arena/" class="link">Арена</a><div class="line"></div>
<a href="/lottery" class="link">Лотерея</a><div class="line"></div>
<a href="/menu" class="link">Меню</a><div class="line"></div><a href="/rating" class="link">Рейтинг игроков</a>';
include ('./system/f.php');
?>