10 lines
90 B
PHP

<?php
if(!$os) {
if(strstr($sysDescr, "MGE Switched PDU")) { $os = "mgepdu"; }
}
?>