disable services by default

git-svn-id: http://www.observium.org/svn/observer/trunk@2977 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-07 17:18:16 +00:00
parent 900b32f06e
commit 9357258a0b
+1 -1
View File
@@ -85,7 +85,7 @@ $config['int_l2tp'] = 0; # Enable L2TP Port Types
$config['show_locations'] = 1; # Enable Locations on menu
$config['show_locations_dropdown'] = 1; # Enable Locations dropdown on menu
$config['show_services'] = 1; # Enable Services on menu
$config['show_services'] = 0; # Enable Services on menu
$config['ports_page_default'] = "details"; ## eg "details" or "basic"
### SNMP Settings - Timeouts/Retries disabled as default