From 4b64237a4c2a5174602476fc2a052ccf9e2f0ead Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Fri, 21 Nov 2014 19:37:33 +0100 Subject: [PATCH] Changeing comment --- webroot/img_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/img_config.php b/webroot/img_config.php index bf5c8d6..c9b5a4b 100644 --- a/webroot/img_config.php +++ b/webroot/img_config.php @@ -18,7 +18,7 @@ return array( /** - * Check image filename that it only contain valid characters. + * A regexp for validating characters in the image filename. */ 'valid_filename' => '#^[a-z0-9A-Z-/_\.]+$#',