issue121, add some js-checks if objects are there
[phpfspot.git] / gen_thumbs.php
index 3951fa822d8b26f633b93d5c21571545ecd924a1..5f4143e95df515a3bc2244a6613afd01070e4509 100755 (executable)
  *
  ***************************************************************************/
 
+
+/**
+ * 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;