diff --git a/modules/Hardcopy.php b/modules/Hardcopy.php new file mode 100644 index 0000000..f7b3210 --- /dev/null +++ b/modules/Hardcopy.php @@ -0,0 +1,14 @@ +fetch('https://gen.hardcopy.de/std.php')) + return $this->parse('/Version\s+([\d\.]+)\s*<\/I>/'); + return false; + } +} + +?>