aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-08-24 07:40:56 +0000
committerz0rglub <z0rglub@piwigo.org>2003-08-24 07:40:56 +0000
commit6cbffaa646892d4d100967a5b28c86eefe1e051d (patch)
tree287571a37136cae6559dc6fd6059556dd9ba3b03 /include
parent0f502ef69ed74a0cd599158d3599a9834b77e850 (diff)
improve the header of each file
git-svn-id: http://piwigo.org/svn/trunk@57 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/config.inc.php6
-rw-r--r--include/functions.inc.php6
-rw-r--r--include/functions_category.inc.php6
-rw-r--r--include/functions_group.inc.php6
-rw-r--r--include/functions_session.inc.php6
-rw-r--r--include/functions_user.inc.php6
-rw-r--r--include/functions_xml.inc.php6
-rw-r--r--include/index.php10
-rw-r--r--include/init.inc.php6
-rw-r--r--include/user.inc.php6
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$
* *
***************************************************************************