Файл: test.masteram.us/adm_panel/info.php
Строк: 29
<?
include '../Core.php';include_once '../sys/inc/adm_check.php';
user_access('adm_info',null,'index.php?'.SID);
adm_check();
$set['title']='Общая информация';
include_once '../sys/inc/thead.php';
title();
err();
aut();
include_once H.'sys/inc/testing.php';
echo "<hr />n";
include_once H.'sys/inc/chmod_test.php';
if (isset($err))
{
if (is_array($err))
{
foreach ($err as $key=>$value) {
echo "<div class='err'>$value</div>n";
}
}
else
echo "<div class='err'>$err</div>n";
}
if (user_access('adm_panel_show')){
echo "<div class='foot'>n";
echo "«<a href='/adm_panel/'>В админку</a><br />n";
echo "</div>n";
}
include_once '../sys/inc/tfoot.php';
?>