mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
|
|
// Use HTTP authentication
|
|
$conf['apache_authentication'] = true;
|
|
|
|
// Use external authentication
|
|
$conf['external_authentification'] = true;
|
|
|
|
|
|
?>
|