10 lines
77 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
}
?>