From 73c8b806d794d7c2bbec49d3f591656aac8cc86a Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 21 Jan 2021 15:38:45 +0100 Subject: [PATCH] Add DOSBox --- modules/DOSBox.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/DOSBox.php 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; + } +} + +?>