diff options
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -34,7 +34,9 @@ phpfspot install howto: 4. To pre-create all thumbnails invoke the script gen_thumbs.php cd ${phpfspot_home} - ./gen_thumbs.sh + "./gen_thumbs.php" + or + "php gen_thumbs.php" (if execute-permission is not set) thumbnails can also be created on-the-fly by the webserver but this will take away a lot of resources of your system during |