mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
changes needed to run under web server subdirectory
This commit is contained in:
@@ -30,7 +30,7 @@ $poll_tabs = array(
|
||||
foreach ($poll_tabs as $tab) {
|
||||
echo '
|
||||
<li>
|
||||
<a href="/pollers/tab='.lcfirst($tab['name']).'">
|
||||
<a href="' . generate_url(array('page'=>'pollers','tab'=>lcfirst($tab['name']))) . '">
|
||||
<img src="images/16/'.$tab['icon'].'.png" align="absmiddle" border="0"> '.$tab['name'].'
|
||||
</a>
|
||||
</li>';
|
||||
|
||||
Reference in New Issue
Block a user