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"); - - -?>