2010-07-26 17:28:51 +00:00
|
|
|
<?php
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
// Jetdirect compatible
|
|
|
|
require 'includes/polling/os/jetdirect.inc.php';
|
2010-07-26 17:28:51 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
// Strip off useless brand fields
|
|
|
|
$hardware = str_replace('OKI ', '', $hardware);
|