From 53fb549a38c67f43ffc5d16dff72112d609d105e Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 29 Mar 2025 17:10:33 +0100 Subject: [PATCH] Add resticprofile --- modules/Resticprofile.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Resticprofile.php diff --git a/modules/Resticprofile.php b/modules/Resticprofile.php new file mode 100644 index 0000000..d08142d --- /dev/null +++ b/modules/Resticprofile.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/creativeprojects/resticprofile/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>