summaryrefslogtreecommitdiffstats
path: root/examples/file.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-01-15Reorganize examples/ directoryMalf Furious1-0/+0
2016-10-22Deprecate application codeMalf Furious1-0/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-27Add copyright notice to Scrott entry-point filesMalf Furious1-0/+14
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.