File size: 740B
<?
include_once 'sys/inc/start.php';
include_once 'sys/inc/compress.php';
include_once 'sys/inc/sess.php';
include_once 'sys/inc/home.php';
include_once 'sys/inc/settings.php';
include_once 'sys/inc/db_connect.php';
include_once 'sys/inc/ipua.php';
include_once 'sys/inc/fnc.php';
include_once 'sys/inc/user.php';
include_once 'sys/inc/icons.php'; // Иконки главного меню
include_once 'sys/inc/thead.php';
title();
err();
header("Refresh: 3; url=/index.php");
echo "<div class='mess' style='padding:8px;' >";
echo "Неизвестная ошибка\n";
echo "</div>";
echo "<div class='main'>";
echo "<a href=\"/index.php\">На главную</a>";
echo "</div>";
include_once 'sys/inc/tfoot.php';
exit;
?>