From 35a4e5cf48ba418fd9bce4b023a1f897823aafb8 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sat, 13 Dec 2014 13:33:49 +0100 Subject: Option to hide commands. Set $config\['output'\]\['show_command'\] to true or false to show or hide the command in the output. Also fix ping/traceroute without FQDN on BIRD, Quagga and Cisco. --- includes/config.defaults.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index f7fc6d4..7c3b583 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -43,6 +43,12 @@ $config = array( 'mail' => 'support@example.com' ), + // Output control + 'output' => array( + // Show or hide command in output + 'show_command' => true + ), + // Filters 'filters' => array(), -- cgit v1.2.3