diff options
author | rub <rub@piwigo.org> | 2008-09-24 06:07:26 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-09-24 06:07:26 +0000 |
commit | e139a3472ce21fa6e573b521749b58a19011321e (patch) | |
tree | afe84bc3eac22071fd994c6092ed5b984ddf0d4e /include/upload.class.php | |
parent | 351d3558b1fd069f39c4eb4c4d428522284afab7 (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/upload.class.php')
-rw-r--r-- | include/upload.class.php | 41 |
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() - { - } -} - -?> |