diff --git a/modules/OpenWrt.php b/modules/OpenWrt.php new file mode 100644 index 0000000..9c5c4b0 --- /dev/null +++ b/modules/OpenWrt.php @@ -0,0 +1,14 @@ +fetch('https://openwrt.org/start')) + return $this->parse('/Current Stable Release - OpenWrt ([\d\.]+)<\/strong>/'); + return false; + } +} + +?>