Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-31 | Add heads() function to file.php | Malf Furious | 1 | -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-31 | Add handle() function to file.php | Malf Furious | 1 | -0/+13 | |
Grab the request and decide how to process it based on the directory the resource resides in | |||||
2016-03-29 | Add start of file.php script | Malf Furious | 1 | -0/+20 | |
This script is a proxy for downloading file from the public web file tree which Scrott want to enforce access-control over. |