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 --- about.php | 6 ++++-- 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 ++++-- category.php | 6 ++++-- identification.php | 6 ++++-- include/config.inc.php | 6 ++++-- include/functions.inc.php | 6 ++++-- include/functions_category.inc.php | 6 ++++-- include/functions_group.inc.php | 6 ++++-- include/functions_session.inc.php | 6 ++++-- include/functions_user.inc.php | 6 ++++-- include/functions_xml.inc.php | 6 ++++-- include/index.php | 10 ++++++++++ include/init.inc.php | 6 ++++-- include/user.inc.php | 6 ++++-- index.php | 10 ++++++++++ picture.php | 6 ++++-- profile.php | 6 ++++-- register.php | 8 +++++--- search.php | 8 +++++--- template/default/htmlfunctions.inc.php | 6 ++++-- template/default/style.inc.php | 8 +++++--- upload.php | 6 ++++-- 43 files changed, 197 insertions(+), 87 deletions(-) diff --git a/about.php b/about.php index 0fedfa6fd..322a82d86 100644 --- a/about.php +++ b/about.php @@ -2,8 +2,10 @@ /*************************************************************************** * about.php * * ------------------ * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ 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$ * * ***************************************************************************/ diff --git a/category.php b/category.php index c6cfe1f42..6d8bb68a3 100644 --- a/category.php +++ b/category.php @@ -2,8 +2,10 @@ /*************************************************************************** * category.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ diff --git a/identification.php b/identification.php index 2c8901a05..9d699a1a3 100644 --- a/identification.php +++ b/identification.php @@ -2,8 +2,10 @@ /*************************************************************************** * identification.php * * ------------------ * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ 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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 @@ * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $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 * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * *************************************************************************** diff --git a/index.php b/index.php index 35f616f82..472ca8d15 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,14 @@ * + * author : Pierrick LE GALL * + * * + * $Id$ + * * + ***************************************************************************/ + define( PREFIX_INCLUDE, '' ); include_once( './include/functions.inc.php' ); database_connection(); diff --git a/picture.php b/picture.php index d447a33a8..4261a6205 100644 --- a/picture.php +++ b/picture.php @@ -2,8 +2,10 @@ /*************************************************************************** * picture.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ diff --git a/profile.php b/profile.php index 6d7cf557c..3aa5bb2c0 100644 --- a/profile.php +++ b/profile.php @@ -2,8 +2,10 @@ /*************************************************************************** * profile.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ diff --git a/register.php b/register.php index 76b7455d3..b491b87d8 100644 --- a/register.php +++ b/register.php @@ -1,9 +1,11 @@ * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ diff --git a/search.php b/search.php index fbae08c9f..d12e8203a 100644 --- a/search.php +++ b/search.php @@ -1,9 +1,11 @@ * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php index 6d004efc5..2010a2768 100644 --- a/template/default/htmlfunctions.inc.php +++ b/template/default/htmlfunctions.inc.php @@ -2,8 +2,10 @@ /*************************************************************************** * htmlfunctions.inc.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * *************************************************************************** diff --git a/template/default/style.inc.php b/template/default/style.inc.php index be09eb5d9..14ddebb66 100644 --- a/template/default/style.inc.php +++ b/template/default/style.inc.php @@ -1,9 +1,11 @@ * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ diff --git a/upload.php b/upload.php index b6f65014f..abf3ce1a8 100644 --- a/upload.php +++ b/upload.php @@ -2,8 +2,10 @@ /*************************************************************************** * upload.php * * ------------------- * - * application : PhpWebGallery 1.3 * - * author : Pierrick LE GALL * + * application : PhpWebGallery 1.3 * + * author : Pierrick LE GALL * + * * + * $Id$ * * ***************************************************************************/ -- cgit v1.2.3