Просмотр файла out.php

Размер файла: 448B
<?php
error_reporting(0);
$urls='out.php';
include("config.php");
include("./includes/".$ver."/banned");

$url = htmlspecialchars($_GET['url']);

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 "Переадресация: <a href=\"$url\">$url</a><br />";
include("./template/foot.php");
break;
?>