Файл: mdguessnumber/index.php
Строк: 58
<?
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 H.'sys/inc/settings.php';
include_once H.'sys/inc/db_connect.php';
include_once H.'sys/inc/ipua.php';
include_once H.'sys/inc/fnc.php';
include_once H.'sys/inc/user.php';
// Функции
include_once H."mdguessnumber/#adm/inc.fnc";
// Проверка наличия модуля
#define("PG",H.'mdlotto/#page/');
$PG=H.'mdguessnumber/#page/';
$MG="http://".$_SERVER["SERVER_NAME"];
$MG=str_replace('www.','',$MG);
/*/ DEBUG
echo $PG."<br />";
echo $MG."<br />";
/*/
if(isset($_GET['l']))
{
$l=ltft($_GET['l']);
}else{
$l='main';
}
only_reg();
include_once H.'sys/inc/thead.php';
$set['title']='Угадай число';
title();
err();
m_err();
aut();
//
// Загрузка страниц
if(file_exists($PG.$l.".php") and is_file($PG.$l.".php"))
{
$inc_files=$PG.$l.".php";
include_once $inc_files;
}else{
$l='main';
include_once $PG."main.php";
}
//
if($l!='main'){echo "<div class='p_t'><a href='?l=main'> Назад</a></div>";}
include_once H.'sys/inc/tfoot.php';
?>