mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove leading slash from showconfig on device, as reported by yeled
git-svn-id: http://www.observium.org/svn/observer/trunk@2181 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -229,7 +229,7 @@ if (device_permitted($_GET['id']) || $check_device == $_GET['id'])
|
||||
if ($device_config_file)
|
||||
{
|
||||
echo('<li class="' . $select['showconfig'] . '">
|
||||
<a href="/device/' . $device['device_id'] . '/showconfig/">
|
||||
<a href="device/' . $device['device_id'] . '/showconfig/">
|
||||
<img src="images/16/page_white_text.png" align="absmiddle" border="0" /> Config
|
||||
</a>
|
||||
</li>');
|
||||
|
Reference in New Issue
Block a user