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

Размер файла: 579B
  1. <?php /*
  2. http://INOY.ORG@mail.ru (c)
  3. xHTML */
  4. header('Content-Type: application/vnd.wap.xhtml+xml');
  5. echo '<?xml version="1.0" encoding="UTF-8"?>
  6. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <link rel="stylesheet" type="text/css" href="style.css"/>
  10. <title>ip - whois</title>
  11. </head>
  12. <body>';
  13. /* - */
  14. include '.script.php';
  15. /* - */
  16. echo '<div class="foot"><a href="http://inoy.org/">INOY.ORG</a>&#160;&copy;&#160;2008</div>
  17. </body></html>';
  18. ?>