View file ero/Stories_of_readers/index.php

File size: 340B
<?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/Stories_of_readers/index.php?$QUERY_STRING");
$file = @implode("", $file);
include "../replace.php";
print "$file";
include "../footer.php";
?>