1
0
Fork 0
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:
Krakinou 2018-11-22 20:41:50 +01:00 committed by GitHub
parent c714382f13
commit 355c292179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'];
}