From 163bdd9033e23e3ee484ae329f48462a145a75a0 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 18 Feb 2020 21:40:52 +0100 Subject: [PATCH] Add Bootstrap --- modules/Bootstrap.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Bootstrap.php diff --git a/modules/Bootstrap.php b/modules/Bootstrap.php new file mode 100644 index 0000000..a37fac7 --- /dev/null +++ b/modules/Bootstrap.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/twbs/bootstrap/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>