diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-08-18 14:22:51 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-08-18 14:22:51 +0000 |
commit | b8a78ac21a0c1d90f773612b69e126c79b00c768 (patch) | |
tree | 46cc6e5f96a0c0b04fc9aff6aa7ce6933f5127c6 /INSTALL | |
parent | b654689c263f6ce32c9d2ea01a3d04b2448532c3 (diff) |
thumbnail script was incorrectly named gen_thumbs.sh instead of gen_thumbs.php - fixed
git-svn-id: file:///var/lib/svn/phpfspot/trunk@270 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'INSTALL')
-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 |