From 93b12e1c892d89bd109daa5a4f46ebf2c3520245 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 29 Dec 2021 23:35:14 +0100 Subject: [PATCH] Add TinyCheck --- modules/TinyCheck.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/TinyCheck.php diff --git a/modules/TinyCheck.php b/modules/TinyCheck.php new file mode 100644 index 0000000..07b0bfb --- /dev/null +++ b/modules/TinyCheck.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/KasperskyLab/TinyCheck/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>