mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
more bulk sanity
This commit is contained in:
@@ -28,7 +28,7 @@ foreach ($sections as $type => $texttype) {
|
||||
echo "<span class='pagemenu-selected'>";
|
||||
}
|
||||
|
||||
// echo('<a href="search/' . $type . ($_GET['optb'] ? '/' . $_GET['optb'] : ''). '/">' . $texttype .'</a>');
|
||||
// echo('<a href="search/' . $type . ($vars['optb'] ? '/' . $vars['optb'] : ''). '/">' . $texttype .'</a>');
|
||||
echo generate_link($texttype, array('page' => 'search', 'search' => $type));
|
||||
|
||||
if ($vars['search'] == $type) {
|
||||
|
||||
Reference in New Issue
Block a user