[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 parameters: 2 # Disable the usage of the super globals (_GET, _POST, _SERVER...) 3 core.disable_super_globals: true 4 5 # Datetime class to use 6 datetime.class: \phpbb\datetime 7 8 # Mimetype guesser priorities 9 mimetype.guesser.priority.lowest: -2 10 mimetype.guesser.priority.low: -1 11 mimetype.guesser.priority.default: 0 12 mimetype.guesser.priority.high: 1 13 mimetype.guesser.priority.highest: 2 14 15 # List of default password driver types 16 passwords.algorithms: 17 - passwords.driver.bcrypt_2y 18 - passwords.driver.bcrypt 19 - passwords.driver.salted_md5 20 - passwords.driver.phpass
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |