diff --git a/modules/TenEditor.php b/modules/TenEditor.php
index aa4906f..8e546d8 100644
--- a/modules/TenEditor.php
+++ b/modules/TenEditor.php
@@ -6,7 +6,7 @@ class TenEditor extends PatchBase {
}
function check() : bool {
if ($this->fetch('https://sweetscape.com/010editor/'))
- return $this->parse('/
v([\d\.]+)<\/div>/');
+ return $this->parse('/
Current: v([\d\.]+)<\/div>/');
return false;
}
}
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;
- }
-}
-
-?>