summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-23 18:07:32 +0200
committerSimon Rettberg2014-06-23 18:07:32 +0200
commit84de107d42acfbd22be43c5e766b89531fc53c3e (patch)
tree17ae0a6eb24ea7177d9f5148ef5f07419a0b8899 /inc/property.inc.php
parentminor (diff)
downloadslx-admin-84de107d42acfbd22be43c5e766b89531fc53c3e.tar.gz
slx-admin-84de107d42acfbd22be43c5e766b89531fc53c3e.tar.xz
slx-admin-84de107d42acfbd22be43c5e766b89531fc53c3e.zip
Get rid of pxe menu ip tracking, not needed in the future
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index 00c8018f..81de137f 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -62,26 +62,6 @@ class Property
self::set('server-ip', $value);
}
- public static function getIPxeIp()
- {
- return self::get('ipxe-ip', 'not-set');
- }
-
- public static function setIPxeIp($value)
- {
- self::set('ipxe-ip', $value);
- }
-
- public static function getIPxeTaskId()
- {
- return self::get('ipxe-task');
- }
-
- public static function setIPxeTaskId($value)
- {
- self::set('ipxe-task', $value);
- }
-
public static function getBootMenu()
{
return json_decode(self::get('ipxe-menu'), true);