<?php
require_once('conf/dbc.php');
require_once('conf/session_start.php');
require_once('conf/ban.php');
$page_title = 'Администрация';
require_once('conf/head.php');
if ((isset($_SESSION['id'])) and (isset($_SESSION['nick']))) {
require_once('conf/top.php');
}
?>
<?
include "data/payments.txt";
?>
<?php
if ((isset($_SESSION['id'])) and (isset($_SESSION['nick']))) {
require_once('conf/navig.php');
}
require_once('conf/foot.php');
?>
</body>
</html>