Skip to content

Commit 094b9dc

Browse files
committed
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
2 parents f276e71 + f680d7d commit 094b9dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main/inc/lib/fileUpload.lib.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ function php2phps($file_name)
3838
*/
3939
function htaccess2txt($filename)
4040
{
41-
$filename = strtolower($filename);
42-
43-
return str_replace('.htaccess', 'htaccess.txt', $filename);
41+
return str_ireplace('.htaccess', 'htaccess.txt', $filename);
4442
}
4543

4644
/**

0 commit comments

Comments
 (0)