mirror of
https://github.com/YunoHost-Apps/workout-tracker_ynh.git
synced 2024-09-03 20:36:03 +02:00
try if in config_panel
This commit is contained in:
parent
7162666ac6
commit
9dd5011c0a
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
||||||
|
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
|
if [ $registration == "0" ]; then
|
||||||
|
registration="true"
|
||||||
|
else
|
||||||
|
registration="false"
|
||||||
|
fi
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
name.en = "Main configuration"
|
name.en = "Main configuration"
|
||||||
name.fr = "Configuration principale"
|
name.fr = "Configuration principale"
|
||||||
|
|
Loading…
Add table
Reference in a new issue