From 1122c389d698079d2c4a9454c50032d42cc4f025 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 17 Apr 2026 22:38:31 +0200 Subject: [PATCH] Add Sniffnet --- modules/Sniffnet.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Sniffnet.php diff --git a/modules/Sniffnet.php b/modules/Sniffnet.php new file mode 100644 index 0000000..fec4357 --- /dev/null +++ b/modules/Sniffnet.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/GyulyVGC/sniffnet/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>