Actions
Anomalie #1440
closedworkgroups : bug on folder path on 1and1 / ionos hosting
Start date:
11/12/2022
Due date:
% Done:
100%
Estimated time:
0.50 h
Resolution:
Description
replace
$fullpath = realpath($dir. '/' . $file);
by :
$fullpath = str_replace('//', '/', $dir. '/' . $file);
Actions