diff options
Diffstat (limited to 'www/phpvirtualbox-72/files/patch-endpoints_lib_config.php')
-rw-r--r-- | www/phpvirtualbox-72/files/patch-endpoints_lib_config.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/phpvirtualbox-72/files/patch-endpoints_lib_config.php b/www/phpvirtualbox-72/files/patch-endpoints_lib_config.php new file mode 100644 index 000000000000..82de95a4947b --- /dev/null +++ b/www/phpvirtualbox-72/files/patch-endpoints_lib_config.php @@ -0,0 +1,10 @@ +--- endpoints/lib/config.php.orig 2025-04-26 04:11:44 UTC ++++ endpoints/lib/config.php +@@ -143,6 +143,7 @@ class phpVBoxConfigClass { + // added vars to satisfy PHP 8.2+ dynamic property deprecation + var $enableAdvancedConfig; + var $enableHDFlushConfig; ++ var $authMaster = false; + + /** + * Read user configuration, apply defaults, and do some sanity checking |