Просмотр файла public_html/pages/closed.php

Размер файла: 1.6Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#	
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 '<center><br><br><h2><BLINK>Внимание! Сайт закрыт по техническим причинам</BLINK></h2></center>'; 

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

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

echo'<br><img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>';
include_once"../themes/$config_themes/foot.php";
?>