blur on big image link buttons
[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(0, 'fromcmd');
8
9 ?>