".$version, $device, 'system'); } if ($features != $device['features']) { $device['db_update'] .= ", `features` = '".mres($features)."'"; log_event("OS Features -> ".$features, $device, 'system'); } if ($hardware && $hardware != $device['hardware']) { $device['db_update'] .= ", `hardware` = '".mres($hardware)."'"; log_event("Hardware -> ".$hardware, $device, 'system'); } if ($serial && $serial != $device['serial']) { $device['db_update'] .= ", `serial` = '".mres($serial)."'"; log_event("serial -> ".$serial, $device, 'system'); } echo("Hardware: ".$hardware." Version: ".$version." Features: ".$features."\n"); ?>