diff --git a/modules/Xming.php b/modules/Xming.php new file mode 100644 index 0000000..3cdf256 --- /dev/null +++ b/modules/Xming.php @@ -0,0 +1,14 @@ +fetch('http://www.straightrunning.com/XmingCode/version.def')) + return $this->parse('/XW32_VERSION_STRING "([\d\.]+)\\\0"/'); + return false; + } +} + +?>