Changeset 57 for trunk/include
- Timestamp:
- Aug 24, 2003, 9:40:56 AM (21 years ago)
- Location:
- trunk/include
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config.inc.php
r45 r57 3 3 * config.inc.php * 4 4 * ------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/functions.inc.php
r39 r57 3 3 * functions.inc.php * 4 4 * ------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/functions_category.inc.php
r38 r57 3 3 * functions_category.inc.php * 4 4 * -------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/functions_group.inc.php
r21 r57 3 3 * functions_group.inc.php * 4 4 * -------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/functions_session.inc.php
r45 r57 3 3 * functions_session.inc.php * 4 4 * ------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/functions_user.inc.php
r26 r57 3 3 * functions_user.inc.php * 4 4 * -------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/functions_xml.inc.php
r21 r57 3 3 * functions_xml.inc.php * 4 4 * ------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/index.php
r2 r57 1 1 <?php 2 /*************************************************************************** 3 * index.php * 4 * ------------------- * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 9 * * 10 ***************************************************************************/ 11 2 12 $url = '../category.php'; 3 13 header( 'Request-URI: '.$url ); -
trunk/include/init.inc.php
r44 r57 3 3 * init.inc.php * 4 4 * ------------------- * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 *************************************************************************** -
trunk/include/user.inc.php
r45 r57 3 3 * user.inc.php * 4 4 * ------------------ * 5 * application : PhpWebGallery 1.3 * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 5 * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * 6 * author : Pierrick LE GALL <pierrick@z0rglub.com> * 7 * * 8 * $Id$ 7 9 * * 8 10 ***************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.