diff --git a/modules/DOSBox.php b/modules/DOSBox.php new file mode 100644 index 0000000..5b03f2f --- /dev/null +++ b/modules/DOSBox.php @@ -0,0 +1,14 @@ +fetch('https://www.dosbox.com/download.php?main=1')) + return $this->parse('/Latest version:\s+([\d\.-]+)<\/a>/'); + return false; + } +} + +?>