empty file

byid/empty.php:
<?php
$file 
= (isset($argv[2])) ? $argv[2] : $_GET['file'];

$foo file_get_contents("../".$file.".txt");
 
SAX © copyright 2004  Bitflux GmbH