remove starting /

git-svn-id: http://www.observium.org/svn/observer/trunk@152 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-03-12 19:50:05 +00:00
parent db88431dee
commit a2e920e763
10 changed files with 19 additions and 19 deletions

View File

@@ -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];