diff --git a/includes/functions.php b/includes/functions.php index e5797507..ef48dc04 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -445,6 +445,7 @@ function ParseConfig($arrConfig) foreach ($arrConfig as $line) { $line = trim($line); if ($line == "" || $line[0] == "#") { + $config[$option] = null; continue; }