mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Require class.auth.ldap.php in upgrade
This commit is contained in:
parent
70f7aad6a7
commit
fd2566418b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ ynh_add_config --template="../conf/class.auth.ldap.php" --destination="$install_
|
|||
|
||||
cat << EOF >> $php_config
|
||||
|
||||
\$__autoload['ldapDcAuth'] = dirname(__FILE__).'/class.auth.ldap.php';
|
||||
require dirname(__FILE__).'/class.auth.ldap.php';
|
||||
define('DC_AUTH_CLASS','ldapDcAuth');
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue