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

10 lines
153 B
PHP

<?php
// Use HTTP authentication
$conf['apache_authentication'] = true;
// Use external authentication
$conf['external_authentification'] = true;
?>