From 0cb67e77888e715173649ee275ae2b8c43bdf4dd Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 29 Mar 2016 23:08:50 -0400 Subject: Add start of file.php script This script is a proxy for downloading file from the public web file tree which Scrott want to enforce access-control over. --- app/file.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/file.php (limited to 'app') diff --git a/app/file.php b/app/file.php new file mode 100644 index 0000000..445bd6b --- /dev/null +++ b/app/file.php @@ -0,0 +1,20 @@ +handle($_REQUEST['d'], $_REQUEST['f']); + +?> -- cgit v1.2.3