diff --git a/config_panel.toml b/config_panel.toml index 062c3ff..9f5e899 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,6 +6,12 @@ version = "1.0" +if [ $registration == "0" ]; then + registration="true" +else + registration="false" +fi + [main] name.en = "Main configuration" name.fr = "Configuration principale"