Fix access of non existing variable backup.inc.php
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