Размер файла: 1.15Kb
- <?php
- Error_Reporting(E_ALL & ~E_NOTICE);
- Error_Reporting (ERROR | WARNING);
-
- echo '<?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
- <head>
- <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />';
-
- $maindir = $_SERVER['DOCUMENT_ROOT'];
- $maindir=htmlspecialchars($maindir, ENT_QUOTES);
- $maindir = htmlspecialchars(stripslashes($maindir));
- include_once "$maindir/forum/includ/setting.php";
-
- echo'<link rel="shortcut icon" href="'.$conf_icon.'">';
- echo'<link rel="stylesheet" href="http://'.$_SERVER['HTTP_HOST'].'/css/web/web.css" type="text/css" /></head><body>';
- echo'<big><b><font face="verdana" size="4">'.$_SERVER['HTTP_HOST'].'</font></b></big><div class=bgr>';
-
- include_once "$maindir/forum/on/index.php";
- include_once "$maindir/service/md5/includ_md5_page.php";
-
- Header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
- Header('Cache-Control: no-cache, must-revalidate');
- Header('Pragma: no-cache');
- Header('Last-Modified: '.gmdate("D, d M Y H:i:s").'GMT');
-
- ?>
-