Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-22 | duser_fluxbb: Replace like with equals | Florian Pritz | 1 | -2/+2 | |
We don't use wildcards so we don't need like. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Add FluxBB authentication driver | Pierre Schmitz | 1 | -0/+53 | |
To enable set: $config['authentication_driver'] = 'fluxbb'; $config['auth_fluxbb'] = array('database' => 'fluxbb'); Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Add example array to config.php Remove $optional_functions from Duser_fluxbb to follow bb9f9274e8c2d661a1adffd87c87c3d81ec47b4d. Signed-off-by: Florian Pritz <bluewind@xinu.at> |