Remove single quotation marks from example PHP command to generate checksums
This commit is contained in:
parent
cfaad3b04c
commit
9a4b87626a
@ -3,7 +3,7 @@
|
||||
# All rights reserved. See LICENSE file for licensing details
|
||||
|
||||
// Call this file from the base directory with
|
||||
// echo "true" | 'php -B "define('IN_serendipity', true);" -F bundled-libs/serendipity_generateFTPChecksums.php'
|
||||
// echo "true" | php -B "define('IN_serendipity', true);" -F bundled-libs/serendipity_generateFTPChecksums.php
|
||||
|
||||
if (IN_serendipity !== true) {
|
||||
die ("Don't hack!\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user