aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpvirtualbox-72/files/patch-endpoints_lib_config.php
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-05 09:19:31 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-10-05 09:19:31 +0100
commitf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch)
treead799ccacfb459b809b02b9c115ed4befb93b4c1 /www/phpvirtualbox-72/files/patch-endpoints_lib_config.php
parent0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff)
parentb057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'www/phpvirtualbox-72/files/patch-endpoints_lib_config.php')
-rw-r--r--www/phpvirtualbox-72/files/patch-endpoints_lib_config.php10
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