From ce3ac0671bce24b0af715de77bc1f9b311c4b11f Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 12 Jan 2015 22:20:03 +0100 Subject: added a working version of the class and a simple download script Signed-off-by: Olivier Gayot --- download.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 download.php (limited to 'download.php') diff --git a/download.php b/download.php new file mode 100644 index 0000000..6ec810f --- /dev/null +++ b/download.php @@ -0,0 +1,12 @@ +download($_GET['file']); +} + +?> -- cgit v1.2.3