mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove starting /
git-svn-id: http://www.observium.org/svn/observer/trunk@152 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -27,7 +27,7 @@ while($device = mysql_fetch_array($device_query)) {
|
||||
$hostalerts = mysql_result(mysql_query("SELECT COUNT(device_id) FROM devices AS D, devices_perms AS P WHERE location = '" . $device['location'] . "' AND status = '0'"),0);
|
||||
}
|
||||
|
||||
if($hostalerts) { $alert = "<img src='/images/16/flag_red.png'>"; }
|
||||
if($hostalerts) { $alert = "<img src='images/16/flag_red.png'>"; }
|
||||
|
||||
$loc = $device[location];
|
||||
|
||||
|
Reference in New Issue
Block a user