mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Test
Test
This commit is contained in:
parent
09bb02b042
commit
2a5c64d917
2 changed files with 2 additions and 4 deletions
|
@ -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 = ";"
|
|
@ -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(){
|
||||
|
|
Loading…
Add table
Reference in a new issue