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