1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Fix bullseye install

This commit is contained in:
yalh76 2021-08-26 23:40:03 +02:00
parent fdfff470b2
commit e7c377fb81

View file

@ -1,7 +1,7 @@
<?php
// Use HTTP authentication
$conf['apache_authentication'] = true;
$conf['apache_authentication'] = false;
// Use external authentication
$conf['external_authentification'] = true;