diff options
-rw-r--r-- | category.php | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/category.php b/category.php index 25cf3819c..6c4d079da 100644 --- a/category.php +++ b/category.php @@ -1,9 +1,9 @@ <?php // +-----------------------------------------------------------------------+ -// | category.php | +// | category.php | // +-----------------------------------------------------------------------+ // | application : PhpWebGallery <http://phpwebgallery.net> | -// | branch : 1.4 | +// | branch : 1.4 | // | author : Pierrick LE GALL <pierrick@z0rglub.com> | // +-----------------------------------------------------------------------+ // | file : $RCSfile$ @@ -13,10 +13,20 @@ // +-----------------------------------------------------------------------+ // | 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; | +// | 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. | // +-----------------------------------------------------------------------+ -//----------------------------------------------------------- include +//--------------------------------------------------------------------- include $phpwg_root_path = './'; include_once( $phpwg_root_path.'common.php' ); //---------------------------------------------------------------------- logout |