summaryrefslogtreecommitdiffstats
path: root/app/df.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-06-04Fix bug in function serveResource()Malf Furious1-1/+1
It is necessary to use double-quotes in the Content-Disposition header.
2017-06-04Update df script to support message attachmentsMalf Furious1-0/+6
Now, if a mesg guid is requested under attach/, the attachment file is served and offers the browser the content-disposition for that file.
2017-06-04Update df function serveResource()Malf Furious1-3/+7
Added optional parameter for resource's filename. If given, a Content-Disposition header will be delivered to the client.
2017-04-20Add dynamic file proxy scriptMalf Furious1-0/+102
Entry point df.php, meaning dynamic file or direct file, added as a means of serving user-supplied content while enforcing access-controls in PHP.