Refactor some direct config access in sysctl
Remove unnecessary count param. Fixes #13890
Fix PHP error on diag_backup.php. Fixes #13876
Fix conf history confirmation prompt. Fixes #13861
Restore resolver host override sorting.
Fix #13799: Unbound python module persistently shows enabled in resolver settings.
Always declare $config global in case a script is included in a non-global scope
$config is expected to always be a global containing the parsed configuration,however in the sources that it is assigned a value in toplevel scope it is notexplicitly declared as such. As a result, if one of these sources is included in...
Fix regression allowing blocked MAC addresses to login. Fix #13747
PHP 8.1 fixes for DNS Forwarder Hosts/Overrides. Fixes #13781
Don't load CSRF timeout from config. Fixes #13757
This allows us to reorder includes so that authgui.inc can load auth.inc first, which fixes several auth mechanisms that rely on this order for GUI pages.
View revisions
Also available in: Atom