From 7617d4479b5891e905956afa3e62d26df1271bf4 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 12 Apr 2008 10:08:40 +0200 Subject: update GPL header and remove authors email address from it Signed-off-by: Andreas Unterkircher --- gen_thumbs.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gen_thumbs.php') diff --git a/gen_thumbs.php b/gen_thumbs.php index 05b7d0c..3951fa8 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -3,8 +3,9 @@ /*************************************************************************** * - * Copyright (c) by Andreas Unterkircher, unki@netshadow.at - * All rights reserved + * phpfspot, presents your F-Spot photo collection in Web browsers. + * + * Copyright (c) by Andreas Unterkircher * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3-18-g5258 From 55677896eb839e20542440e51c5737a318240dab Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 12 Apr 2008 18:40:20 +0200 Subject: update documentation Signed-off-by: Andreas Unterkircher --- gen_thumbs.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gen_thumbs.php') diff --git a/gen_thumbs.php b/gen_thumbs.php index 3951fa8..5f4143e 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -23,6 +23,14 @@ * ***************************************************************************/ + +/** + * gen_thumbs.php + * + * generate photo thumbnails on the console to avoid webserver overload + * + * @package phpfspot + */ if(!isset($_SERVER["TERM"])) { print "

This script should only be invoked from command line!
\n"; die; -- cgit v1.2.3-18-g5258