Use raw scanner mode in config_get()
commit1af375828f7c4ef11e63e09e1070a9f77b679d71
authorLukas Fleischer <archlinux@cryptocrack.de>
Sun, 21 Dec 2014 17:49:20 +0000 (21 18:49 +0100)
committerLukas Fleischer <archlinux@cryptocrack.de>
Sat, 27 Dec 2014 11:42:11 +0000 (27 12:42 +0100)
tree455d00a888acbce5da6e5d2ccd0c3f67a615e21b
parentf55e3c21c6a6ab01bd94c90a8910c44b7596660a
Use raw scanner mode in config_get()

We do not want PHP to parse the values for us. Use raw scanner mode to
avoid issues with certain values, such as regular expressions.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
web/lib/confparser.inc.php