Initial commit for ServerIron support

This commit is contained in:
Xavier Beaudouin
2016-02-23 17:57:08 +01:00
parent 7b29b570f6
commit 63a76a7605
7 changed files with 64 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (preg_match('/ServerIron/', $sysDescr)) {
$os = 'serveriron';
}
}