Your IP : 216.73.216.48
<?php
if (substr($_SERVER['HTTP_HOST'], 0, 4)==="www.")
{
$rurl="https://".substr($_SERVER["HTTP_HOST"], 4).$_SERVER["REQUEST_URI"];
header("HTTP/1.1 301 Moved Permanently");
header("location: ".$rurl."");
exit();
}
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
date_default_timezone_set("Europe/Sofia");
$check_embed="emb";
include("./h.php");
include("./m.php");
include("./p.php");
$tun=str_replace("новини/", "", $tu);
include("./main.php");
include("./f.php");
?>