Файл: selemege.tk/game/index.php
Строк: 44
<?php
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
$set['title']='Онлайн игры!';
include_once '../sys/inc/thead.php';
title();
err();
aut();
$k_post=mysql_result(mysql_query("SELECT COUNT(*) FROM `game`"),0);
if ($k_post==0){
echo "<div class='main2'>";
echo "Нет разделов!";
echo '</div>';
}else{
include_once '../game/inc/game.php';
}
if ($user['id']=='1'){
echo "<div class='foot'><a href='/game/add.php?add=$passgen'>Добавить пункт</a></div>n";
}
include_once '../sys/inc/tfoot.php';
?>