1
0

Update checksum code, move check to front page of installation

This commit is contained in:
Jude Anthony
2008-07-17 21:23:35 +00:00
parent 0be6a9243c
commit 1df78fd6ce
3 changed files with 26 additions and 6 deletions

View File

@ -98,7 +98,7 @@ else
then
echo " [SKIP]"
else
if (echo "true" | php -B "define('IN_serendipity', true);" -F serendipity_generateFTPChecksums.php)
if (echo "true" | php -B "define('IN_serendipity', true);" -F $2/bundled-libs/serendipity_generateFTPChecksums.php)
then
echo " [DONE]"
else