bareos-webui: bareos-16.2 4547e44e

Author Committer Branch Timestamp Parent
frank frank bareos-16.2 2016-11-04 17:26 bareos-16.2 c36be474 Pending
Changeset Fix

parse_ini_file with INI_SCANNER_NORMAL mode delivers only strings
in an associative array.

There are reserved words which must not be used as keys for ini files.
These include: null, yes, no, true, false, on, off, none. Values null,
off, no and false result in "", and values on, yes and true result in "1",
unless INI_SCANNER_TYPED mode is used (as of PHP 5.6.1)
mod - config/autoload/global.php Diff File