From 84de107d42acfbd22be43c5e766b89531fc53c3e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 23 Jun 2014 18:07:32 +0200 Subject: Get rid of pxe menu ip tracking, not needed in the future --- inc/property.inc.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'inc/property.inc.php') 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); -- cgit v1.2.3-55-g7522