20 lines
329 B
Text
20 lines
329 B
Text
;********************************
|
|
;*
|
|
;* lweb_config.pbi
|
|
;*
|
|
;* LiHaSo Webserver Config module.
|
|
;*
|
|
;* Configuration Module for Configs.
|
|
;*
|
|
|
|
;Set Configuration Paramters as a JSON
|
|
Procedure.s config_set(ID.s, JSONConfig.s)
|
|
|
|
EndProcedure
|
|
|
|
;Get the whole Config as a JSON String
|
|
Procedure.s config_get(ID.s)
|
|
|
|
EndProcedure
|
|
|
|
|