Add Xming
This commit is contained in:
parent
d69f911ffb
commit
e5492431b2
1 changed files with 14 additions and 0 deletions
14
modules/Xming.php
Normal file
14
modules/Xming.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class Xming extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Colin Harrison', 'Xming', 'http://www.straightrunning.com/XmingNotes/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('http://www.straightrunning.com/XmingCode/version.def'))
|
||||||
|
return $this->parse('/XW32_VERSION_STRING "([\d\.]+)\\\0"/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue