From 6d7d7eef13c5d94fbd30a2c9bc65012d2edf50b2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 10 Aug 2019 16:50:43 -0600 Subject: [PATCH] Delete download.php --- resources/download.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 resources/download.php diff --git a/resources/download.php b/resources/download.php deleted file mode 100644 index d04325fa3c..0000000000 --- a/resources/download.php +++ /dev/null @@ -1,35 +0,0 @@ - - Portions created by the Initial Developer are Copyright (C) 2008-2012 - the Initial Developer. All Rights Reserved. - - Contributor(s): - Mark J Crane -*/ -include "root.php"; -require_once "resources/require.php"; -//require_once "resources/check_auth.php"; - -$file = $_GET["f"]; -require_once "resources/secure_download.php"; -//echo $file; -DownloadFile($file_dir.$file); - -?> \ No newline at end of file