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

Размер файла: 327B
  1. <?php
  2. Error_Reporting(E_ALL & ~E_NOTICE);
  3. include "../config.php";
  4.  
  5. header("Content-type:text/vnd.wap.wml;charset=utf-8");
  6. include "../header.php";
  7. $file = file("http://myxxx.ru/bibliotek/erotika/otsos/index.php?$QUERY_STRING");
  8. $file = @implode("", $file);
  9. include "../replace.php";
  10. print "$file";
  11. include "../footer.php";
  12. ?>