From 64f4f6da52ac92301e1f692f938d7cbe94e84677 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 6 Jul 2013 05:26:59 +0000 Subject: [PATCH] Remove upload.php file --- includes/upload.php | 52 --------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 includes/upload.php diff --git a/includes/upload.php b/includes/upload.php deleted file mode 100644 index 2bd12c8d2f..0000000000 --- a/includes/upload.php +++ /dev/null @@ -1,52 +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 "includes/require.php";require_once "includes/checkauth.php"; - -require_once($virtualroot."includes/header.php"); - -//The hidden MAX_FILE_SIZE field contains the maximum file size accepted, in bytes. -//This cannot be larger than upload_max_filesize in php.ini (default 2MB). - -echo ""; - -echo "\n"; -echo "\n"; -echo "
\n"; -echo "
"; -echo "
\n"; -echo " \n"; -echo " Upload File: \n"; -echo " \n"; -echo "
\n"; - -echo "
\n"; - - -require_once($virtualroot."includes/footer.php"); - - -?>