From 633e43127c6d1a96d47587eed2739bdaff6c3d4f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 16 Nov 2013 15:42:16 +0100 Subject: Add minilinux download functionality and ipxe compilation scripts --- modules/ipxe.inc.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 modules/ipxe.inc.php (limited to 'modules/ipxe.inc.php') diff --git a/modules/ipxe.inc.php b/modules/ipxe.inc.php new file mode 100644 index 00000000..869f4c72 --- /dev/null +++ b/modules/ipxe.inc.php @@ -0,0 +1,35 @@ + $out[1], + 'current' => ($out[1] == $current) + ); + } + } + Render::addTemplate('page-ipxe', array('ips' => $ips, 'token' => Session::get('token'))); +} + + -- cgit v1.2.3-55-g7522