Changed Zusatzprodukt to hardware

This commit is contained in:
Frank Schubert
2022-07-02 15:47:32 +02:00
parent e055181e9f
commit 47fb3de57d
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));