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