mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
get rid of base_url, part 1 of ...
git-svn-id: http://www.observium.org/svn/observer/trunk@2132 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -133,7 +133,7 @@ if (device_permitted($_GET['id']) || $check_device == $_GET['id'])
|
||||
if(isset($bgp_menu) || isset($ospf_menu) || isset($isis_menu) || isset($eigrp_menu) || isset($bgp_menu))
|
||||
{
|
||||
echo('<li class="' . $select['routing'] . '">
|
||||
<a href="'.$config['base_url'].'/device/' . $device['device_id'] . '/routing/">
|
||||
<a href="device/' . $device['device_id'] . '/routing/">
|
||||
<img src="images/16/arrow_branch.png" align="absmiddle" border="0" /> Routing
|
||||
</a>
|
||||
</li>');
|
||||
|
||||
Reference in New Issue
Block a user