From b0e5a5148a27dd26a60db9bc99a2f23debfbdb5d Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 20 Jul 2019 18:58:22 +0200 Subject: [PATCH] Rename class --- modules/Ctop.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Ctop.php diff --git a/modules/Ctop.php b/modules/Ctop.php new file mode 100644 index 0000000..4617954 --- /dev/null +++ b/modules/Ctop.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/bcicen/ctop/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>