From 9357258a0b74e082d5e737010aa4fa3b1bd3bee0 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 7 Apr 2012 17:18:16 +0000 Subject: [PATCH] disable services by default git-svn-id: http://www.observium.org/svn/observer/trunk@2977 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 14d7169ec..aec9dd693 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -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