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-/_\.]+$#',