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

Размер файла: 616B
<?php
@$url=$_SERVER['QUERY_STRING'];
Header('Cache-Control: no-cache, must-revalidate');
Header('Content-Type: application/xhtml+xml;charset=utf-8');
print('<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"><head>
<style type="text/css">
body{background: #000000;color: #A0FFA0}
a{color: #F0F0F0}
</style><title>...</title></head><body><div>
Перейти на:<br />
<a href="'.$url.'">'.rawurldecode($url).'</a>
</div></body></html>');
?>