X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=gen_thumbs.php;h=5f4143e95df515a3bc2244a6613afd01070e4509;hp=3951fa822d8b26f633b93d5c21571545ecd924a1;hb=refs%2Fheads%2Fmaster;hpb=e57f68e3a9df5a040bccb483da6cc21d2d028ad8 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;