<?php
include('adm/cgf.php');
include('lng/rus.php');
include('cgf/count_set.php');
include('cgf/optim.php');
include('cgf/count.php');
include('cgf/dost.php');
include('onl/onl_u.php');
include('onl/sp_onl.php');
Define('INDEX_S_S','ADMIN');
if ($_SESSION['login'] == '')
$_SESSION['login'] = $_SERVER['REMOTE_ADDR'];
if ($_GET['page'] == '' or !is_file('str/'.$_GET['page'].'.txt')) $pg = 'index'; else $pg = $_GET['page'] ;
if (is_file('str/'.$pg.'.txt')) { include('dis/'.$_SESSION['cms_theme'].'/tema.html'); }
?>
<b>
<div align="center">Администратор сайта: Нагель Петр Андреевич (Skaner)<br>
Копирование материалов разрешено только при наличии прямой ссылки на этот сайт!</div>
</b>