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 #1

Updated by Simon over 1 year ago

In lib_common.php around line 2794

Actions #2

Updated by Simon over 1 year ago

  • Status changed from Nouveau to Fermé
  • % Done changed from 0 to 100

Applied in changeset linea21|r4159.

Actions

Also available in: Atom PDF