2015-05-08 19:34:24 +01:00

6 lines
81 B
PHP

<?php
if (!$os) {
if (stristr($sysDescr, "ProSafe")) { $os = "netgear"; }
}