Changeset 362 for trunk/include/functions.inc.php
- Timestamp:
- Feb 12, 2004, 12:20:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r360 r362 1 1 <?php 2 /*************************************************************************** 3 * functions.inc.php * 4 * ------------------- * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 9 * * 10 *************************************************************************** 11 12 *************************************************************************** 13 * * 14 * This program is free software; you can redistribute it and/or modify * 15 * it under the terms of the GNU General Public License as published by * 16 * the Free Software Foundation; * 17 * * 18 ***************************************************************************/ 2 // +-----------------------------------------------------------------------+ 3 // | functions.inc.php | 4 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 8 // | file : $RCSfile$ 9 // | last update : $Date$ 10 // | last modifier : $Author$ 11 // | revision : $Revision$ 12 // +-----------------------------------------------------------------------+ 13 // | This program is free software; you can redistribute it and/or modify | 14 // | it under the terms of the GNU General Public License as published by | 15 // | the Free Software Foundation | 16 // | | 17 // | This program is distributed in the hope that it will be useful, but | 18 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 19 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 20 // | General Public License for more details. | 21 // | | 22 // | You should have received a copy of the GNU General Public License | 23 // | along with this program; if not, write to the Free Software | 24 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 25 // | USA. | 26 // +-----------------------------------------------------------------------+ 19 27 include( PREFIX_INCLUDE.'./include/functions_user.inc.php' ); 20 28 include( PREFIX_INCLUDE.'./include/functions_session.inc.php' );
Note: See TracChangeset
for help on using the changeset viewer.