From 3f2f78a99392f1b4a664db0d627b4fa4f03ab14c Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 2 Oct 2014 22:56:28 +0100 Subject: [PATCH] Changed disable/enable option round --- html/pages/device/edit/device.inc.php | 2 +- includes/defaults.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/pages/device/edit/device.inc.php b/html/pages/device/edit/device.inc.php index 328dc997f..fb99b876a 100644 --- a/html/pages/device/edit/device.inc.php +++ b/html/pages/device/edit/device.inc.php @@ -66,7 +66,7 @@ if ($updated && $update_message)
diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 69e477f24..2c16652f5 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -578,6 +578,6 @@ $config['dateformat']['long'] = "r"; # RFC2822 style $config['dateformat']['compact'] = "Y-m-d H:i:s"; $config['dateformat']['time'] = "H:i:s"; -$config['disable_clear_discovery'] = 0;// Set this to 1 if you want to disable the web option to rediscover devices +$config['enable_clear_discovery'] = 1;// Set this to 0 if you want to disable the web option to rediscover devices ?>