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