Файл: vsime.com/redirect.php
Строк: 11
<?
include('system/includes/system.php');
if (!isset($_GET['url']))
{
header("Location: /");
exit;
}
header("Refresh: 2; url=".hsc($_GET['url']));
$title = 'Перенаправление';
ex_head();
echo "<div class='list'>n";
echo "<img src='/i/site/loading.gif' /> Выполняется переход по ссылке <b class='none'>".hsc($_GET['url'])."</b> ".output_text(':пока', 1)."<br />n";
if (isset($_SERVER['HTTP_REFERER']))echo "<a href='$_SERVER[HTTP_REFERER]'>Отмена</a>n";
echo "</div>n";
ex_foot();
?>