partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 931d4c784b7cfdfd6184ed4406cbdef54000a111
parent 36595e52504b3c489d6da6d239c3e6d009efb78c
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 28 Nov 2015 15:19:47 +0100

Removed obsolete note regarding custom parameters

Diffstat:
Mapp/config/parameters.php.dist | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/app/config/parameters.php.dist b/app/config/parameters.php.dist @@ -83,13 +83,6 @@ $container->setParameter('fr3d_ldap.user.attribute.name', null); $container->setParameter('fr3d_ldap.user.attribute.email', null); /** - * !!!!!!!!!!!!!!!!!!!!!!!!Note: All parameters below will be overwritten on setup! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - * - * The recommended way is to copy the config_custom.yml.dist to config_custom.yml, and put your custom parameters in the - * parameters_custom.php file. - */ - -/** * Specifies if the frontend should perform an auto-login */ $container->setParameter('partkeepr.frontend.auto_login.enabled', false);