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

View File

@@ -14,7 +14,7 @@ if(mysql_result(mysql_query("SELECT count(*) from mempools WHERE device_id = '"
$text_descr = rewrite_entity_descr($mempool['mempool_descr']);
$mempool_url = "/device/".$device['device_id']."/health/memory/";
$mempool_url = $config['base_url'] . "/device/".$device['device_id']."/health/memory/";
$mini_url = $config['base_url'] . "/graph.php?id=".$mempool['mempool_id']."&type=".$graph_type."&from=".$day."&to=".$now."&width=80&height=20&bg=f4f4f4";
$mempool_popup = "onmouseover=\"return overlib('<div class=list-large>".$device['hostname']." - ".$text_descr;