summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorChristoph Schulthess2017-01-17 15:24:56 +0100
committerChristoph Schulthess2017-01-17 15:24:56 +0100
commit0bb7b216ae6e278d60523766ee6051ba6ee4e74c (patch)
tree2bba17b872a672eea04e174d2955a0d36d568dd3 /inc
parent[sysconfig] Handle invalid chars in logfile when doing htmlspecialchars() (diff)
downloadslx-admin-0bb7b216ae6e278d60523766ee6051ba6ee4e74c.tar.gz
slx-admin-0bb7b216ae6e278d60523766ee6051ba6ee4e74c.tar.xz
slx-admin-0bb7b216ae6e278d60523766ee6051ba6ee4e74c.zip
added debugrequest and functions in property
Diffstat (limited to 'inc')
-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);
+ }
}