summaryrefslogtreecommitdiffstats
path: root/gen_thumbs.php
blob: 46c10d7f4642989c5a13f586c9d4d8565e4d82b3 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/php
<?php

require_once "phpfspot.class.php";

$fspot = new PHPFSPOT;
$fspot->gen_thumbs(0, 'fromcmd');

?>