summaryrefslogtreecommitdiffstats
path: root/app/file.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-31Add heads() function to file.phpMalf Furious1-0/+24
This function asserts that the requester is logged in and that the file exists before either fpassthru()-ing the contents or returning early.
2016-03-31Add handle() function to file.phpMalf Furious1-0/+13
Grab the request and decide how to process it based on the directory the resource resides in
2016-03-29Add start of file.php scriptMalf Furious1-0/+20
This script is a proxy for downloading file from the public web file tree which Scrott want to enforce access-control over.