diff options
Diffstat (limited to '')
-rw-r--r-- | admin/create_listing_file.php | 10 |
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' ); |