From 82ab0072184b3bd6cf1078b71450c7c16182dbd6 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 2 Feb 2023 21:17:09 +0100 Subject: [PATCH] Add OpenBVE --- modules/OpenBVE.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/OpenBVE.php diff --git a/modules/OpenBVE.php b/modules/OpenBVE.php new file mode 100644 index 0000000..3590909 --- /dev/null +++ b/modules/OpenBVE.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/leezer3/OpenBVE/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>