summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index 9adfbda3..0eb700e3 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -191,4 +191,13 @@ class Property
return self::get('default-ipxe');
}
+ public static function getRemoteDebugConfig()
+ {
+ return self::get('remote-debug-config');
+ }
+
+ public static function setRemoteDebugConfig($value)
+ {
+ return self::set('remote-debug-config', $value);
+ }
}