mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
b7a89ffa97
* Auto-update READMEs
* debug
* fix
* Update config.inc.php
* Update manifest.toml
* Update install
* Update install
* Update manifest.toml
* fix
* Update manifest.toml
* Auto-update READMEs
* Update manifest.toml
* Update manifest.toml
* Revert "Update manifest.toml"
This reverts commit 0a0fd27318
.
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
13 lines
364 B
PHP
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;
|
|
?>
|