|
|
|
|
@ -14,8 +14,8 @@ int yon_load_proceed(YON_CONFIG_TYPE type){
|
|
|
|
|
yon_config_load_config(type,config_get_command("global"),NULL);
|
|
|
|
|
}
|
|
|
|
|
if (type==YON_CONFIG_LOCAL){
|
|
|
|
|
yon_config_load_config(type,config_get_command("system"),NULL);
|
|
|
|
|
yon_config_load_config(YON_CONFIG_GLOBAL,config_get_global_only_parameters,NULL);
|
|
|
|
|
yon_config_load_config(type,config_get_command("system"),NULL);
|
|
|
|
|
yon_config_set_status(DEFAULTPASSWD_parameter,-2);
|
|
|
|
|
yon_config_set_status(DEFAULTROOTPASSWD_parameter,-2);
|
|
|
|
|
int size;
|
|
|
|
|
|