From 6cbffaa646892d4d100967a5b28c86eefe1e051d Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 24 Aug 2003 07:40:56 +0000 Subject: improve the header of each file git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/admin.php | 6 ++++-- admin/cat_list.php | 8 +++++--- admin/cat_modify.php | 6 ++++-- admin/cat_perm.php | 6 ++++-- admin/comments.php | 6 ++++-- admin/configuration.php | 6 ++++-- admin/create_listing_file.php | 10 ++++++++++ admin/group_list.php | 8 +++++--- admin/group_perm.php | 8 +++++--- admin/help.php | 6 ++++-- admin/include/functions.php | 6 ++++-- admin/include/isadmin.inc.php | 6 ++++-- admin/infos_images.php | 6 ++++-- admin/install.php | 8 +++++--- admin/stats.php | 6 ++++-- admin/thumbnail.php | 6 ++++-- admin/update.php | 6 ++++-- admin/user_add.php | 6 ++++-- admin/user_list.php | 6 ++++-- admin/user_modify.php | 6 ++++-- admin/user_perm.php | 6 ++++-- admin/waiting.php | 6 ++++-- 22 files changed, 98 insertions(+), 46 deletions(-) (limited to 'admin') 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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 @@ * * website : http://www.phpwebgallery.net * - * author : Pierrick LE GALL * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * * website : http://www.phpwebgallery.net * - * author : Pierrick LE GALL * + * author : Pierrick LE GALL * + * * + * $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 @@ * + * author : Pierrick LE GALL * + * * + * $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 @@ * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 @@ * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 @@ * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ -- cgit v1.2.3