mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
ports sort done in php
git-svn-id: http://www.observium.org/svn/observer/trunk@3238 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -42,7 +42,7 @@ if ($serial && $serial != $device['serial'])
|
||||
if ($icon && $icon != $device['icon'])
|
||||
{
|
||||
$update_array['icon'] = $icon;
|
||||
log_event("Icon -> ".nicecase($icon), $device, 'system');
|
||||
log_event("Icon -> ".$icon, $device, 'system');
|
||||
}
|
||||
|
||||
echo("\nHardware: ".$hardware." Version: ".$version." Features: ".$features." Serial: ".$serial."\n");
|
||||
|
||||
Reference in New Issue
Block a user