Просмотр файла www/mod684.php

Размер файла: 485B
  1. <?php
  2. Header("Content-type:text/vnd.wap.wml; charset=Utf-8");
  3. Header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
  4. Header("Cache-Control: no-cache, must-relative");
  5. $sitespath="/home/kmx/www/sites/";
  6. $file_=$sitespath.$HTTP_GET_VARS['p'];
  7. $text=file($file_);
  8. $text[0].='<template><do name="del684" type="options" label="Убрать пиздежь!"><go href="http://kmx.ru/del684.php?p='.$HTTP_GET_VARS['p'].'"/></do></template>';
  9. print implode('',$text);
  10. exit;
  11. ?>