File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3234Call the script directly and delete copies of cached images.
3335
3436An 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
4446At 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```
You can’t perform that action at this time.
0 commit comments