Просмотр файла ero/compulsion/index.php

Размер файла: 332B
<?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/compulsion/index.php?$QUERY_STRING");
$file = @implode("", $file);
include "../replace.php";
print "$file";
include "../footer.php";
?>