12 lines
192 B
PHP
Raw Normal View History

2015-05-16 05:06:51 -03:00
<?php
if (!$os){
/**
* Supported Devides List
* OLT AN5516-06
* OLT AN5516-01
*/
if (preg_match('/^AN5516-0[16]$/',$sysDescr)) {
$os = "fiberhome";
}
}