diff options
Diffstat (limited to '')
-rw-r--r-- | include/config.inc.php | 6 | ||||
-rw-r--r-- | include/functions.inc.php | 6 | ||||
-rw-r--r-- | include/functions_category.inc.php | 6 | ||||
-rw-r--r-- | include/functions_group.inc.php | 6 | ||||
-rw-r--r-- | include/functions_session.inc.php | 6 | ||||
-rw-r--r-- | include/functions_user.inc.php | 6 | ||||
-rw-r--r-- | include/functions_xml.inc.php | 6 | ||||
-rw-r--r-- | include/index.php | 10 | ||||
-rw-r--r-- | include/init.inc.php | 6 | ||||
-rw-r--r-- | include/user.inc.php | 6 |
10 files changed, 46 insertions, 18 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index ae54d5616..14ae8a1bc 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * config.inc.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/functions.inc.php b/include/functions.inc.php index fbc5f4d51..3345ef55f 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions.inc.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index f2ec5652a..031011b61 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions_category.inc.php * * -------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/functions_group.inc.php b/include/functions_group.inc.php index f8987ab29..68c01b68d 100644 --- a/include/functions_group.inc.php +++ b/include/functions_group.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions_group.inc.php * * -------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/functions_session.inc.php b/include/functions_session.inc.php index 34032b572..4ce08d92f 100644 --- a/include/functions_session.inc.php +++ b/include/functions_session.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions_session.inc.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 1d55d4bbe..8f4b6e647 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions_user.inc.php * * -------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php index 61ed5d0f9..12cc82787 100644 --- a/include/functions_xml.inc.php +++ b/include/functions_xml.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions_xml.inc.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/index.php b/include/index.php index 0b5239bb2..280a7e97b 100644 --- a/include/index.php +++ b/include/index.php @@ -1,4 +1,14 @@ <?php +/*************************************************************************** + * index.php * + * ------------------- * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ + * * + ***************************************************************************/ + $url = '../category.php'; header( 'Request-URI: '.$url ); header( 'Content-Location: '.$url ); diff --git a/include/init.inc.php b/include/init.inc.php index 0a8765cf9..87059e4c9 100644 --- a/include/init.inc.php +++ b/include/init.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * init.inc.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** diff --git a/include/user.inc.php b/include/user.inc.php index a90e8983d..8fc399560 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * user.inc.php * * ------------------ * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * *************************************************************************** |