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
2024-06-19 22:12:41 +02:00

13 lines
364 B
PHP

<?php
// Use HTTP authentication
$conf['apache_authentication'] = false;
// Use external authentication
$conf['external_authentification'] = true;
// how often should we check for new versions of Piwigo on piwigo.org? In
// seconds. The check is made only if there are visits on Piwigo.
// 0 to disable.
$conf['update_notify_check_period'] = 0;
?>