diff options
Diffstat (limited to '')
-rw-r--r-- | admin/admin.php | 6 | ||||
-rw-r--r-- | admin/cat_list.php | 8 | ||||
-rw-r--r-- | admin/cat_modify.php | 6 | ||||
-rw-r--r-- | admin/cat_perm.php | 6 | ||||
-rw-r--r-- | admin/comments.php | 6 | ||||
-rw-r--r-- | admin/configuration.php | 6 | ||||
-rw-r--r-- | admin/create_listing_file.php | 10 | ||||
-rw-r--r-- | admin/group_list.php | 8 | ||||
-rw-r--r-- | admin/group_perm.php | 8 | ||||
-rw-r--r-- | admin/help.php | 6 | ||||
-rw-r--r-- | admin/include/functions.php | 6 | ||||
-rw-r--r-- | admin/include/isadmin.inc.php | 6 | ||||
-rw-r--r-- | admin/infos_images.php | 6 | ||||
-rw-r--r-- | admin/install.php | 8 | ||||
-rw-r--r-- | admin/stats.php | 6 | ||||
-rw-r--r-- | admin/thumbnail.php | 6 | ||||
-rw-r--r-- | admin/update.php | 6 | ||||
-rw-r--r-- | admin/user_add.php | 6 | ||||
-rw-r--r-- | admin/user_list.php | 6 | ||||
-rw-r--r-- | admin/user_modify.php | 6 | ||||
-rw-r--r-- | admin/user_perm.php | 6 | ||||
-rw-r--r-- | admin/waiting.php | 6 |
22 files changed, 98 insertions, 46 deletions
diff --git a/admin/admin.php b/admin/admin.php index 37365fd51..7ea97fdd7 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -2,8 +2,10 @@ /*************************************************************************** * admin.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/admin/cat_list.php b/admin/cat_list.php index b58e25d24..97816b088 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -1,10 +1,12 @@ <?php /*************************************************************************** - * cat.php * + * cat_list.php * * ------------------- * - * application : PhpWebGallery 1.3 * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * * website : http://www.phpwebgallery.net * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * ***************************************************************************/ diff --git a/admin/cat_modify.php b/admin/cat_modify.php index a10655975..90b3cac48 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -2,8 +2,10 @@ /*************************************************************************** * cat_modify.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/admin/cat_perm.php b/admin/cat_perm.php index 6ea50a73a..48c671552 100644 --- a/admin/cat_perm.php +++ b/admin/cat_perm.php @@ -2,8 +2,10 @@ /*************************************************************************** * cat_perm.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/admin/comments.php b/admin/comments.php index d6bd55379..127d495f4 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -2,8 +2,10 @@ /*************************************************************************** * comments.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/admin/configuration.php b/admin/configuration.php index 71802db1f..de2cc6f26 100644 --- a/admin/configuration.php +++ b/admin/configuration.php @@ -2,9 +2,11 @@ /*************************************************************************** * configuration.php * * ------------------- * - * application : PhpWebGallery 1.3 * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * * website : http://www.phpwebgallery.net * - * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * ***************************************************************************/ diff --git a/admin/create_listing_file.php b/admin/create_listing_file.php index 1a066a12e..97e061be1 100644 --- a/admin/create_listing_file.php +++ b/admin/create_listing_file.php @@ -1,4 +1,14 @@ <?php +/*************************************************************************** + * create_listing_file.php * + * ------------------- * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ + * * + ***************************************************************************/ + $prefix_thumbnail = 'TN-'; $conf['picture_ext'] = array ( 'jpg', 'gif', 'png', 'JPG', 'GIF', 'PNG' ); diff --git a/admin/group_list.php b/admin/group_list.php index c600480bc..4ea0104c7 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -1,9 +1,11 @@ <?php /*************************************************************************** - * group.php * + * group_list.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/admin/group_perm.php b/admin/group_perm.php index ef514f6b2..f2993f07c 100644 --- a/admin/group_perm.php +++ b/admin/group_perm.php @@ -1,9 +1,11 @@ <?php /*************************************************************************** - * group_perm.php * + * group_perm.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/admin/help.php b/admin/help.php index 7de9597f8..307c6ca5f 100644 --- a/admin/help.php +++ b/admin/help.php @@ -2,8 +2,10 @@ /*************************************************************************** * help.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/admin/include/functions.php b/admin/include/functions.php index 6a5ed195e..dfb4aab90 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2,8 +2,10 @@ /*************************************************************************** * functions.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/admin/include/isadmin.inc.php b/admin/include/isadmin.inc.php index 17ef1435f..d6f8c2cc5 100644 --- a/admin/include/isadmin.inc.php +++ b/admin/include/isadmin.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * isadmin.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/admin/infos_images.php b/admin/infos_images.php index c638d883d..9a8b77939 100644 --- a/admin/infos_images.php +++ b/admin/infos_images.php @@ -2,8 +2,10 @@ /*************************************************************************** * infos_images.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/admin/install.php b/admin/install.php index 91a235f7b..b02cf503e 100644 --- a/admin/install.php +++ b/admin/install.php @@ -1,9 +1,11 @@ <?php /*************************************************************************** - * install_step1.php is a part of PhpWebGallery * + * install.php * * ------------------- * - * last update : Tuesday, July 16, 2002 * - * email : pierrick@z0rglub.com * + * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * + * author : Pierrick LE GALL <pierrick@z0rglub.com> * + * * + * $Id$ * * ***************************************************************************/ diff --git a/admin/stats.php b/admin/stats.php index 6e2b47cc2..6561a9eb9 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -2,8 +2,10 @@ /*************************************************************************** * stats.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/admin/thumbnail.php b/admin/thumbnail.php index 747c22dd3..171049a1c 100644 --- a/admin/thumbnail.php +++ b/admin/thumbnail.php @@ -2,8 +2,10 @@ /*************************************************************************** * thumbnail.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/admin/update.php b/admin/update.php index 30d8e0f88..9e6b07e7d 100644 --- a/admin/update.php +++ b/admin/update.php @@ -2,8 +2,10 @@ /*************************************************************************** * update.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/admin/user_add.php b/admin/user_add.php index d138c4933..d2353d212 100644 --- a/admin/user_add.php +++ b/admin/user_add.php @@ -2,8 +2,10 @@ /*************************************************************************** * user_add.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/admin/user_list.php b/admin/user_list.php index feb074929..984c5488b 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -2,8 +2,10 @@ /*************************************************************************** * user_list.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/admin/user_modify.php b/admin/user_modify.php index 792eef16b..69104704e 100644 --- a/admin/user_modify.php +++ b/admin/user_modify.php @@ -2,8 +2,10 @@ /*************************************************************************** * user_modify.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/admin/user_perm.php b/admin/user_perm.php index 9284b9b24..d95d73c6b 100644 --- a/admin/user_perm.php +++ b/admin/user_perm.php @@ -2,8 +2,10 @@ /*************************************************************************** * user_perm.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/admin/waiting.php b/admin/waiting.php index 2525c95ab..206705b8f 100644 --- a/admin/waiting.php +++ b/admin/waiting.php @@ -2,8 +2,10 @@ /*************************************************************************** * waiting.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$ * * ***************************************************************************/ |