aboutsummaryrefslogtreecommitdiffstats
path: root/admin/create_listing_file.php
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 /admin/create_listing_file.php
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--admin/create_listing_file.php10
1 files changed, 10 insertions, 0 deletions
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' );