View file go.php

File size: 581B
<?php
list($msec, $sec) = explode(chr(32), microtime());
$headtime = $sec + $msec;

error_reporting(0);
$urls='go.php';
include("config.php");
include("./includes/".$ver."/banned");

$nocache = rand(1000, 9999);

define("SITE", "wap.omobi.net");

header("Content-type: text/html; charset=utf-8");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-cache, must-relative");
include("./template/head.php");

echo "Переход на главную:<br/>\n";
echo "<a href=\"http://".SITE."\">".SITE."</a><br/>\n";
include("./template/foot.php");
?>