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; + } +} + +?>