Changeset 2302 for trunk/plugins/c13y_upgrade
- Timestamp:
- Apr 16, 2008, 10:09:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/c13y_upgrade/main.inc.php
r2297 r2302 21 21 // | USA. | 22 22 // +-----------------------------------------------------------------------+ 23 23 24 /* 24 25 Plugin Name: Check upgrades … … 29 30 Author URI: http://www.phpwebgallery.net 30 31 */ 31 // +-----------------------------------------------------------------------+32 // | PhpWebGallery - a PHP based picture gallery |33 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |34 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |35 // +-----------------------------------------------------------------------+36 // | file : $Id$37 // | last update : $Date$38 // | last modifier : $Author$39 // | revision : $Revision$40 // +-----------------------------------------------------------------------+41 // | This program is free software; you can redistribute it and/or modify |42 // | it under the terms of the GNU General Public License as published by |43 // | the Free Software Foundation |44 // | |45 // | This program is distributed in the hope that it will be useful, but |46 // | WITHOUT ANY WARRANTY; without even the implied warranty of |47 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |48 // | General Public License for more details. |49 // | |50 // | You should have received a copy of the GNU General Public License |51 // | along with this program; if not, write to the Free Software |52 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |53 // | USA. |54 // +-----------------------------------------------------------------------+55 32 56 33 if (!defined('PHPWG_ROOT_PATH'))
Note: See TracChangeset
for help on using the changeset viewer.