Project

General

Profile

Actions

Anomalie #1440

closed

workgroups : bug on folder path on 1and1 / ionos hosting

Added by Simon over 1 year ago. Updated over 1 year ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
general
Target version:
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

Also available in: Atom PDF