Файл: sistem/start.php
Строк: 19
<?php # Created By Up
Error_Reporting(E_ALL & ~ E_NOTICE);
Error_Reporting(ERROR | WARNING);
list($m,$s)=explode(chr(32),microtime());
$config=array();
$config['GENERIC']=($m+$s);
$config['OTS']='';
while(!file_exists($config['OTS'].'sistem/start.php'))
$config['OTS'].='../';
$config['link']=0;
$config['TITLE']='Без названия';
Session_Name('SESID');
Session_Start();
Mb_Internal_Encoding('UTF-8');
Ini_Set('register_globals',0);
Ini_Set('arg_separator.output','&');
// Фильтруем и чистим важные нам переменные
$error='';
if(!isset($_SESSION['wiev_opis']))
$_SESSION['wiev_opis']=2;
if(!isset($_SESSION['adm_rezim']))
$_SESSION['adm_rezim']=2;
if(!isset($_SESSION['kol_sites']))
$_SESSION['kol_sites']=5;
?>