forgot another frequencies page, added basic apc mgmt card detection support

git-svn-id: http://www.observium.org/svn/observer/trunk@1101 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-04 16:18:55 +00:00
parent 20ca50820f
commit e8778df3e9
3 changed files with 54 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
#list($hardware, $features, $version) = explode(",", str_replace(", ", ",", $sysDescr));
#list($version) = explode("(", $version);
preg_match("/MN:(AP\d+) /",$sysDescr,$matches);
$hardware = str_replace('MN:','',$matches[0]);
?>