<?
$v=xhtml;
//
if(empty($_GET['mod']))
{ $mod='index'; }
else{ $mod = trim(htmlspecialchars(stripslashes($_GET['mod']))); }
//
$reglimit = '2000'; // лимит регистраций
define('HOME', 'http://katik.cn'); // Путь к каталогу
define('SELF', $_SERVER['PHP_SELF']); // PHP_SELF
$alog = 'admin'; // Логин админа
$aps = 'pass'; // Пароль админа
?>