mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update conf-dist.php
This commit is contained in:
parent
c714382f13
commit
355c292179
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ include_once(INC.'/ep_header.php');
|
|||
define('DEBUG', false);
|
||||
|
||||
$supported_locales = array('fr_FR','en_GB');
|
||||
$locale = "en_GB";
|
||||
$locale = "fr_FR";
|
||||
if(isset($_GET['lang']) && in_array($_GET['lang'], $supported_locales)){
|
||||
$locale = $_GET['lang'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue