diff --git a/modules/EightySixBox.php b/modules/EightySixBox.php new file mode 100644 index 0000000..b58123f --- /dev/null +++ b/modules/EightySixBox.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/86Box/86Box/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>