1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-29 18:39:53 +02:00

Changeing comment

This commit is contained in:
Mikael Roos
2014-11-21 19:37:33 +01:00
parent 85f0e3e7d3
commit 4b64237a4c

View File

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