diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 18:40:20 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-04-12 18:40:20 +0200 |
commit | 55677896eb839e20542440e51c5737a318240dab (patch) | |
tree | d297da5ec9c75bbcad7365a44aa60ecedd015573 /gen_thumbs.php | |
parent | b583a04ebad60d02349b78f8c38353e0cb3eb9ea (diff) |
update documentation
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'gen_thumbs.php')
-rwxr-xr-x | gen_thumbs.php | 8 |
1 files changed, 8 insertions, 0 deletions
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 "<br /><br />This script should only be invoked from command line!<br />\n"; die; |