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

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