View file pages/closed.php

File size: 1.17Kb
<?php
// mod by Golem http://veplog.ru

require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";

if($config_closedsite=="1"){

echo'<div class="tp">'.$config_logos.'</div>';
echo '<div class="body"><center><br><h2><BLINK>Внимание! Сайт закрыт по техническим причинам</BLINK></h2></center></div>';

echo 'Администрация сайта приносит вам свои извинения за возможные неудобства.<br>';
echo 'Работа сайта возможно возобновится в ближайшее время.<br>';

}else{  header("Location:../index.php"); exit; }

echo'<div class="btm">[<a href="../index.php?'.SID.'">На главную</a>]</div>';
include_once"../themes/$config_themes/foot.php";
?>