aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-09-24 06:07:26 +0000
committerrub <rub@piwigo.org>2008-09-24 06:07:26 +0000
commite139a3472ce21fa6e573b521749b58a19011321e (patch)
treeafe84bc3eac22071fd994c6092ed5b984ddf0d4e /include
parent351d3558b1fd069f39c4eb4c4d428522284afab7 (diff)
Remove not used upload.class.php
git-svn-id: http://piwigo.org/svn/trunk@2580 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/upload.class.php41
1 files changed, 0 insertions, 41 deletions
diff --git a/include/upload.class.php b/include/upload.class.php
deleted file mode 100644
index f9587ddb8..000000000
--- a/include/upload.class.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-// +-----------------------------------------------------------------------+
-// | Piwigo - a PHP based picture gallery |
-// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008 Piwigo Team http://piwigo.org |
-// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
-// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
-// +-----------------------------------------------------------------------+
-// | This program is free software; you can redistribute it and/or modify |
-// | it under the terms of the GNU General Public License as published by |
-// | the Free Software Foundation |
-// | |
-// | This program is distributed in the hope that it will be useful, but |
-// | WITHOUT ANY WARRANTY; without even the implied warranty of |
-// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
-// | General Public License for more details. |
-// | |
-// | You should have received a copy of the GNU General Public License |
-// | along with this program; if not, write to the Free Software |
-// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
-// | USA. |
-// +-----------------------------------------------------------------------+
-
-class Upload
-{
- function Upload()
- {
- }
-
- /**
- * Return list of Uploadable categories
- *
- * @param void
- * @return array
- */
- function get_cat()
- {
- }
-}
-
-?>