remove some leading slashes from supposedly relative URLs :> (reported by Eimann)

git-svn-id: http://www.observium.org/svn/observer/trunk@1511 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-29 11:44:31 +00:00
parent 80b4594573
commit 1e0ecd80f2
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if(mysql_result(mysql_query("SELECT count(storage_id) from storage WHERE device_
$free = formatStorage($drive['storage_free']);
$used = formatStorage($drive['storage_used']);
$fs_url = "/device/".$device['device_id']."/health/storage/";
$fs_url = $config['base_url'] . "/device/".$device['device_id']."/health/storage/";
$fs_popup = "onmouseover=\"return overlib('<div class=list-large>".$device['hostname']." - ".$drive['storage_descr'];
$fs_popup .= "</div><img src=\'graph.php?id=" . $drive['storage_id'] . "&type=".$graph_type."&from=$month&to=$now&width=400&height=125\'>";