Updated php usage instructions

The "--" flag is necessary to prevent php from parsing the index.php build options as php's own command line options
This commit is contained in:
jeffmcjunkin 2014-11-05 14:41:13 -08:00
parent 102492cfbe
commit 02c4264e6d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ options :
```
example :
```
$ php -f index.php -o myShell.php -p myPassword -s -b -z gzcompress -c 9
$ php -f index.php -- -o myShell.php -p myPassword -s -b -z gzcompress -c 9
```
Don't forget to delete index.php, base, module, theme and all files inside it after you finished. Because it is not protected with password so it can be a security threat to your server