diff --git a/config.php.default b/config.php.default index fd96bde62..2f30e48ce 100755 --- a/config.php.default +++ b/config.php.default @@ -86,6 +86,7 @@ $config['int_core'] = 1; # Enable Core Port Types $config['int_l2tp'] = 0; # Enable L2TP Port Types $config['show_locations'] = 1; # Enable Locations on menu +$config['show_services'] = 1; # Enable Services on menu $config['ports_page_default'] = "details/"; # Default devices ports page display type. "details/", "graphs/bits/", etc diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index a9d9cb944..07de735be 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -64,6 +64,11 @@ if ($_SESSION['userlevel'] >= '10') { +
Services
Locations'); }
?>
|