mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-06 08:07:42 +02:00
prepare to test v0.7.5
This commit is contained in:
@@ -373,7 +373,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/');
|
|||||||
$imagePathConstraint = getConfig('image_path_constraint', true);
|
$imagePathConstraint = getConfig('image_path_constraint', true);
|
||||||
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
||||||
|
|
||||||
// Dumm image feature
|
// Dummy image feature
|
||||||
$dummyEnabled = getConfig('dummy_enabled', true);
|
$dummyEnabled = getConfig('dummy_enabled', true);
|
||||||
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
||||||
$dummyImage = false;
|
$dummyImage = false;
|
||||||
|
@@ -3846,7 +3846,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/');
|
|||||||
$imagePathConstraint = getConfig('image_path_constraint', true);
|
$imagePathConstraint = getConfig('image_path_constraint', true);
|
||||||
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
||||||
|
|
||||||
// Dumm image feature
|
// Dummy image feature
|
||||||
$dummyEnabled = getConfig('dummy_enabled', true);
|
$dummyEnabled = getConfig('dummy_enabled', true);
|
||||||
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
||||||
$dummyImage = false;
|
$dummyImage = false;
|
||||||
|
@@ -3846,7 +3846,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/');
|
|||||||
$imagePathConstraint = getConfig('image_path_constraint', true);
|
$imagePathConstraint = getConfig('image_path_constraint', true);
|
||||||
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
||||||
|
|
||||||
// Dumm image feature
|
// Dummy image feature
|
||||||
$dummyEnabled = getConfig('dummy_enabled', true);
|
$dummyEnabled = getConfig('dummy_enabled', true);
|
||||||
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
||||||
$dummyImage = false;
|
$dummyImage = false;
|
||||||
|
@@ -3846,7 +3846,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/');
|
|||||||
$imagePathConstraint = getConfig('image_path_constraint', true);
|
$imagePathConstraint = getConfig('image_path_constraint', true);
|
||||||
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
$validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#');
|
||||||
|
|
||||||
// Dumm image feature
|
// Dummy image feature
|
||||||
$dummyEnabled = getConfig('dummy_enabled', true);
|
$dummyEnabled = getConfig('dummy_enabled', true);
|
||||||
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
$dummyFilename = getConfig('dummy_filename', 'dummy');
|
||||||
$dummyImage = false;
|
$dummyImage = false;
|
||||||
|
Reference in New Issue
Block a user