diff --git a/modules/Ghostscript.php b/modules/Ghostscript.php new file mode 100644 index 0000000..dff1c82 --- /dev/null +++ b/modules/Ghostscript.php @@ -0,0 +1,14 @@ +fetch('https://www.ghostscript.com/download/gsdnld.html')) + return $this->parse('/<\/a>Ghostscript ([\d\.]+) Source/'); + return false; + } +} + +?>