Merge branch 'master' of code.fronk.at:fronk/thetool

This commit is contained in:
Frank Schubert
2022-08-09 16:09:02 +02:00
2 changed files with 2 additions and 1 deletions
@@ -75,6 +75,7 @@ class mfUpload_TmpFile {
}
$filename = preg_replace('/[^a-z0-9$()+%äöüß._-]/i', '_', $filename);
$filename = preg_replace('/[^a-z0-9$()+%äöüß\[\]&#;,._-]/i', '_', $filename);
$parts = explode(".",$filename);
$ext = strtolower(array_pop($parts));