move function code into PHPFSPOT class
[phpfspot.git] / gen_thumbs.php
1 #!/usr/bin/php
2 <?php
3
4 require_once "phpfspot.class.php";
5
6 $fspot = new PHPFSPOT;
7 $fspot->gen_thumbs('fromcmd');
8
9 ?>