Skip to content

Fix access of non existing variable backup.inc.php

Christoph Zysik requested to merge ztk.me/ispconfig3:develop into develop

in file server/lib/classes/backup.inc.php The restoreBackupWebFiles method gets passed a $filename In one branche it is getting concatenated into $full_filename This fixes the variable name from $full_filename to $filename on line 451 Line 451 is outside the branch described above

Merge request reports

Loading