Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-27 | Use raw scanner mode in config_get() | Lukas Fleischer | 1 | -1/+1 | |
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> | |||||
2014-10-24 | Use an INI-style configuration file | Lukas Fleischer | 1 | -0/+20 | |
Replace web/lib/config.inc.php with an INI-style configuration file. This allows us to get rid of several globals and makes it easier to use the same configuration file in external scripts. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |