Просмотр файла ero/gomo/r.php

Размер файла: 323B
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
include "../config.php";

header("Content-type:text/vnd.wap.wml;charset=utf-8");
include "../header.php";
$file = file("http://myxxx.ru/bibliotek/erotika/gomo/r.php?$QUERY_STRING");
$file = @implode("", $file);
include "../replace.php";
print "$file";
include "../footerr.php";
?>