Your IP : 216.73.216.48


Current Path : /hdd/hdd12/backups/20240126/Scan_Dips/docs/code/
Upload File :
Current File : /hdd/hdd12/backups/20240126/Scan_Dips/docs/code/index.php

<?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");
?>