From 1fdc701f3d7891d78a6ad18492ee8f62744c8536 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sun, 18 Oct 2015 15:43:43 +0200 Subject: [PATCH] prepare to test v0.7.5 --- webroot/img.php | 2 +- webroot/imgd.php | 2 +- webroot/imgp.php | 2 +- webroot/imgs.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webroot/img.php b/webroot/img.php index 6ad34da..6c33167 100644 --- a/webroot/img.php +++ b/webroot/img.php @@ -373,7 +373,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/'); $imagePathConstraint = getConfig('image_path_constraint', true); $validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#'); -// Dumm image feature +// Dummy image feature $dummyEnabled = getConfig('dummy_enabled', true); $dummyFilename = getConfig('dummy_filename', 'dummy'); $dummyImage = false; diff --git a/webroot/imgd.php b/webroot/imgd.php index f890e57..de333f9 100644 --- a/webroot/imgd.php +++ b/webroot/imgd.php @@ -3846,7 +3846,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/'); $imagePathConstraint = getConfig('image_path_constraint', true); $validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#'); -// Dumm image feature +// Dummy image feature $dummyEnabled = getConfig('dummy_enabled', true); $dummyFilename = getConfig('dummy_filename', 'dummy'); $dummyImage = false; diff --git a/webroot/imgp.php b/webroot/imgp.php index 2cad2c8..83f8b98 100644 --- a/webroot/imgp.php +++ b/webroot/imgp.php @@ -3846,7 +3846,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/'); $imagePathConstraint = getConfig('image_path_constraint', true); $validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#'); -// Dumm image feature +// Dummy image feature $dummyEnabled = getConfig('dummy_enabled', true); $dummyFilename = getConfig('dummy_filename', 'dummy'); $dummyImage = false; diff --git a/webroot/imgs.php b/webroot/imgs.php index f890e57..de333f9 100644 --- a/webroot/imgs.php +++ b/webroot/imgs.php @@ -3846,7 +3846,7 @@ $imagePath = getConfig('image_path', __DIR__ . '/img/'); $imagePathConstraint = getConfig('image_path_constraint', true); $validFilename = getConfig('valid_filename', '#^[a-z0-9A-Z-/_ \.:]+$#'); -// Dumm image feature +// Dummy image feature $dummyEnabled = getConfig('dummy_enabled', true); $dummyFilename = getConfig('dummy_filename', 'dummy'); $dummyImage = false;