mrv os detection by Rob J. Epping

git-svn-id: http://www.observium.org/svn/observer/trunk@2208 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-04-30 08:12:50 +00:00
parent a6a09b31b9
commit d9e6f8190d

View File

@ -0,0 +1,8 @@
<?php
if (!$os)
{
if (preg_match("/^LambdaDriver/", $sysDescr)) { $os = "mrvld"; }
}
?>