Skip to content

Commit ff95116

Browse files
author
Simon Foster
committed
Documentation update
1 parent 9aebb7e commit ff95116

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,21 @@ Prevents the script from saving the cached copy of the new image on the server.
2727
/400x400_test.jpg?cmd=nocache
2828
```
2929

30+
This command doesn't require the passphrase.
31+
3032
**delete**
3133

3234
Call the script directly and delete copies of cached images.
3335

3436
An extra parameter **fn** needs to be passed to specify the name of the image.
3537

36-
This command requies the passphrase to be passed and correct.
37-
3838
*Example:*
3939
```
4040
/images.php?cmd=delete&fn=test.jpg&pp=secret_passphrase
4141
```
4242

43+
This command requires the passphrase to be passed and correct.
44+
4345
## Configuration options
4446
At the head of the file there are a number of configurable options -
4547

@@ -60,7 +62,7 @@ $jpegQuality = 85;
6062
```
6163

6264
### $passPhrase
63-
Pass phrase for accessing administion functions when implemented - this should be changed to something else.
65+
Passphrase for accessing administion functions when implemented - this should be changed to something else.
6466
```
6567
$passPhrase = 'secret_passphrase';
6668
```

0 commit comments

Comments
 (0)