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);
Updated by Simon about 2 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r4159.
Actions