1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
Test
This commit is contained in:
Limezy 2024-02-22 00:09:35 +07:00
parent 09bb02b042
commit 2a5c64d917
2 changed files with 2 additions and 4 deletions

View file

@ -30,6 +30,5 @@ services = [ 'php8.3-fpm']
ask.en = "Separator for data export in csv format"
ask.fr = "Séparateur pour l'export des données au format csv"
type = "select"
choices = [";", ",", ":", " ", " "]
default = ";"
choices = [";", "-"]
default = ";"

View file

@ -30,7 +30,6 @@ get__csv_sep(){
set__csv_sep(){
sed -i "s/define(\"CSV_SEP\",.*);/define(\"CSV_SEP\", \"$csv_sep\");/" "$install_dir/config.php"
}
get__creation_compte(){