mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
9 lines
143 B
PHP
9 lines
143 B
PHP
|
<?php
|
||
|
|
||
|
/* Dans cette fenêtre, écrivez les informations pour configurer votre galerie Piwigo. */
|
||
|
|
||
|
$conf['apache_authentication'] = true;
|
||
|
|
||
|
|
||
|
?>
|