1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-18 22:01:23 +02:00

webroot/img/issue117/img.php?src=issue117%2Ftri_original.png

This commit is contained in:
Mikael Roos
2015-10-21 00:05:14 +02:00
parent 7c0f37628f
commit ca9b4a4ce6
3 changed files with 16 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -13,6 +13,7 @@ return array(
* Default values:
* mode: 'production'
*/
'mode' => 'development', // 'development', 'strict'
//'mode' => 'production', // 'development', 'strict'
@@ -110,7 +111,8 @@ return array(
/**
* The name representing a dummy image which is automatically created
* and stored at the defined path.
* and stored at the defined path. The dummy image can then be used
* inplace of an original image as a placeholder.
* The dummy_dir must be writable and it defaults to a subdir of the
* cache directory.
* Write protect the dummy_dir to prevent creation of new dummy images,