Download files have HTML appends
Brought to you by:
mcdes
I was testing the download feature of release 1.7.1 and
noticed the page HTML was appended to every file I
downloaded. Of course this mangled non-text format files.
I added three lines of code to exit the script if there
was a file requested, post-security and sanity checking:
few.php: line 202
if ($file != "") {
exit();
}
(just above the "Process Action Section").
Thanks for the software!
Dave Storandt
storandt ( ahht ) twohours D.T org