X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=gen_thumbs.php;h=5f4143e95df515a3bc2244a6613afd01070e4509;hp=05b7d0cd465313262898da341cb9b458054157aa;hb=refs%2Fheads%2Fmaster;hpb=1dc0e2e565d3c8b49e1074acd5875ffb63b085c9 diff --git a/gen_thumbs.php b/gen_thumbs.php index 05b7d0c..5f4143e 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 @@ -22,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;