Changeset 57 for trunk/include


Ignore:
Timestamp:
Aug 24, 2003, 9:40:56 AM (21 years ago)
Author:
z0rglub
Message:

improve the header of each file

Location:
trunk/include
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config.inc.php

    r45 r57  
    33 *                              config.inc.php                             *
    44 *                            -------------------                          *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/functions.inc.php

    r39 r57  
    33 *                             functions.inc.php                           *
    44 *                            -------------------                          *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/functions_category.inc.php

    r38 r57  
    33 *                         functions_category.inc.php                      *
    44 *                            --------------------                         *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/functions_group.inc.php

    r21 r57  
    33 *                           functions_group.inc.php                       *
    44 *                            --------------------                         *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/functions_session.inc.php

    r45 r57  
    33 *                         functions_session.inc.php                       *
    44 *                            -------------------                          *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/functions_user.inc.php

    r26 r57  
    33 *                           functions_user.inc.php                        *
    44 *                            --------------------                         *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/functions_xml.inc.php

    r21 r57  
    33 *                           functions_xml.inc.php                         *
    44 *                            -------------------                          *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/index.php

    r2 r57  
    11<?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
    212$url = '../category.php';
    313header( 'Request-URI: '.$url ); 
  • trunk/include/init.inc.php

    r44 r57  
    33 *                               init.inc.php                              *
    44 *                            -------------------                          *
    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$
    79 *                                                                         *
    810 ***************************************************************************
  • trunk/include/user.inc.php

    r45 r57  
    33 *                               user.inc.php                              *
    44 *                            ------------------                           *
    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$
    79 *                                                                         *
    810 ***************************************************************************
Note: See TracChangeset for help on using the changeset viewer.