From 9dfa27ff9f4ecf3ba80c690f590387751cf440e9 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 13 Mar 2021 12:16:32 +0100 Subject: [PATCH] Add iPXE --- modules/IPXE.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/IPXE.php diff --git a/modules/IPXE.php b/modules/IPXE.php new file mode 100644 index 0000000..5c50095 --- /dev/null +++ b/modules/IPXE.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/ipxe/ipxe/tags')) + return $this->parse_json('name'); + return false; + } +} + +?>