16 lines
313 B
Text
16 lines
313 B
Text
|
;********************************
|
||
|
;*
|
||
|
;* lweb_config_header.pbi
|
||
|
;*
|
||
|
;* Header File
|
||
|
;*
|
||
|
;* LiHaSo Webserver Config module.
|
||
|
;*
|
||
|
;* Configuration Module for Configs.
|
||
|
;*
|
||
|
|
||
|
;Set Configuration Paramters as a JSON
|
||
|
Declare.s config_set(ID.s, JSONConfig.s)
|
||
|
;Get the whole Config as a JSON String
|
||
|
Declare.s config_get(ID.s)
|