diff --git a/modules/cTop.php b/modules/cTop.php deleted file mode 100644 index 2045c8c..0000000 --- a/modules/cTop.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch('https://api.github.com/repos/bcicen/ctop/releases/latest', true)) - return $this->parse_json('tag_name'); - return false; - } -} - -?>