12 lines
194 B
PHP
Raw Normal View History

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