Changeset 593 for trunk/include
- Timestamp:
- Nov 6, 2004, 10:12:59 PM (20 years ago)
- Location:
- trunk/include
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_calendar.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | category_calendar.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/category_default.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | category_default.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/category_recent_cats.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | category_recent_cats.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/category_subcats.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | category_subcats.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/common.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | common.inc.php|4 // +-----------------------------------------------------------------------+5 // | application : PhpWebGallery <http://phpwebgallery.net>|6 // | branch : BSF (Best So Far) |7 // +-----------------------------------------------------------------------+3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/config.inc.php
r592 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | config.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/constants.php
r592 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | constants.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions.inc.php
r592 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_category.inc.php
r589 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_category.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_group.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_group.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_html.inc.php
r579 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_html.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_metadata.inc.php
r493 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_metadata.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_session.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_session.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_user.inc.php
r592 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_user.inc.php|4 // +-----------------------------------------------------------------------+5 // | application : PhpWebGallery <http://phpwebgallery.net>|6 // | branch : BSF (Best So Far) |7 // +-----------------------------------------------------------------------+3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/functions_xml.inc.php
r525 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | functions_xml.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ … … 25 25 // | USA. | 26 26 // +-----------------------------------------------------------------------+ 27 // xml tags28 27 define( 'ATT_REG', '\w+' ); 29 28 define( 'VAL_REG', '[^"]*' ); -
trunk/include/index.php
r362 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | index.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/page_header.php
r405 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | page_header.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/page_tail.php
r592 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | page_tail.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/template.php
r589 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | template.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$ -
trunk/include/user.inc.php
r587 r593 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | user.inc.php | 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2004 PhpWebGallery Team - http://phpwebgallery.net | 4 6 // +-----------------------------------------------------------------------+ 5 // | application : PhpWebGallery <http://phpwebgallery.net> | 6 // | branch : BSF (Best So Far) | 7 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far) 8 8 // | file : $RCSfile$ 9 9 // | last update : $Date$
Note: See TracChangeset
for help on using the changeset viewer.