]> git.ipfire.org Git - people/stevee/guardian.git/commit
Remove any whitespaces from configlines.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 6 Dec 2015 10:27:29 +0000 (11:27 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 6 Dec 2015 10:27:29 +0000 (11:27 +0100)
commit27d5834858941640a5bdd2b40f82739710e0ddb9
treee5f78f36602873dd7ef74dddeba0eac17acfdba9
parentfc555263db7fbb79ab3fe1f15476f72bdb546947
Remove any whitespaces from configlines.

Previously only whitespaces from the begin and end
of a config line has been dropped which cause
troubles if a line contains them between the config
option and the value. (LogLevel = debug)

Now simply all whitespaces will be dropped which solved
those problems.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Config.pm