From 3e86d284c3adad5a20cc344f2cf2de9580035471 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 28 Jan 2023 21:12:27 +0100 Subject: [PATCH] Add WinBtrfs --- modules/WinBtrfs.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/WinBtrfs.php 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; + } +} + +?>