Files
librenms-librenms/includes/polling/os/okilan.inc.php
T
2011-03-15 11:59:47 +00:00

10 lines
164 B
PHP

<?php
# Jetdirect compatible
include('includes/polling/os/jetdirect.inc.php');
# Strip off useless brand fields
$hardware = str_replace('OKI ','',$hardware);
?>