Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x

pull/4909/head
Yannick Warnier 2 years ago
commit 094b9dca52
  1. 4
      main/inc/lib/fileUpload.lib.php

@ -38,9 +38,7 @@ function php2phps($file_name)
*/
function htaccess2txt($filename)
{
$filename = strtolower($filename);
return str_replace('.htaccess', 'htaccess.txt', $filename);
return str_ireplace('.htaccess', 'htaccess.txt', $filename);
}
/**

Loading…
Cancel
Save