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.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index 13e3c66d..eae5033c 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -185,4 +185,10 @@ class Property
return self::get('password-type', 'password');
}
+
+ public static function getIpxeDefault()
+ {
+ return self::get('default-ipxe');
+ }
+
}