zoombug.php generates an incorrect URL for attachments. the ROOT dir is removed from the name, but $relative should be added back on.
$theURL = $relative . ereg_replace(addslashes($root), "", $result2[filename]);
Log in to post a comment.