File "trash02.php"
Full Path: /home/analogde/www/Design/fileman/Fusion/trash02.php
File size: 127 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$image = "a.jpg";
echo '<p><a href="download.php?file=' . urlencode($image) . '">Download</a></p>';
?>