From 8bab20fbace01683584b77413b752cc5ccbe0233 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Tue, 25 Feb 2014 13:06:11 +0200 Subject: Missed this variable name change and bump version for all previous changes --- config/unbound/unbound.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/unbound') diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index d8520390..f38aebb1 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -572,11 +572,10 @@ EOD; # Handle custom options if (!empty($adv_config['custom_options'])) { - $custom_options = explode(";", ($unbound_config['custom_options'])); + $custom_options = explode(";", ($adv_config['custom_options'])); $unbound_conf .= "\n# Unbound Custom options\n"; - foreach ($custom_options as $ent) { + foreach ($custom_options as $ent) $unbound_conf .= $ent."\n"; - } } $unbound_conf .= <<