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