Actions
Bug #16204
openAutoConfigBackup no longer uploads configs
Status:
Incomplete
Priority:
Normal
Assignee:
-
Category:
Auto Configuration Backup
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
Tested on
25.03-BETA (amd64) built on Tue May 20 13:55:00 UTC 2025 FreeBSD 15.0-CURRENT
I tracked down the issue to /usr/local/sbin/acbupload.php:50
$files = glob(g_get('acbbackuppath') . '*.form');
The function g_get('acbbackuppath') returns an empty string.
Actions