From e5d248ea8a0cc91608fc72c7ba4eb5413f600ba5 Mon Sep 17 00:00:00 2001 From: NetworkNub Date: Tue, 25 Oct 2016 14:10:33 -0400 Subject: [PATCH] fix missing config entries on global settings page --- html/pages/settings.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/settings.inc.php b/html/pages/settings.inc.php index 4f7c8ffe35..743d20ab4a 100644 --- a/html/pages/settings.inc.php +++ b/html/pages/settings.inc.php @@ -91,7 +91,7 @@ if (is_admin() === true) { $r = ''; foreach ($a as $k => $v) { if (!empty($v)) { - if (!in_array($k, $excluded)) { + if (!in_array($k, $excluded, true)) { $r .= '';
' . $k . ''; $r .= is_array($v) ? a2t($v) : '' . wordwrap($v, 75, '
') . '
'; $r .= '