Skip to content

Commit cf132b1

Browse files
committed
default value of config : alphanumeric_filename, should be false
1 parent 4a26ef9 commit cf132b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/lfm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
'rename_file' => false,
7777

7878
// If rename_file set to false and this set to true, then non-alphanumeric characters in filename will be replaced.
79-
'alphanumeric_filename' => true,
79+
'alphanumeric_filename' => false,
8080

8181
// If true, non-alphanumeric folder name will be rejected.
8282
'alphanumeric_directory' => false,

0 commit comments

Comments
 (0)