mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-23 23:56:56 +01:00
fix webapp url cfg save!
This commit is contained in:
@@ -659,8 +659,10 @@ int HTTP_ProcessPacket(http_request_t *request) {
|
||||
|
||||
if(http_getArg(urlStr,"url",tmpA,sizeof(tmpA))) {
|
||||
CFG_SetWebappRoot(tmpA);
|
||||
hprintf128(request,"Webapp url set to %s", tmpA);
|
||||
} else {
|
||||
poststr(request,"Webapp url not set");
|
||||
}
|
||||
poststr(request,"Webapp url set!");
|
||||
|
||||
poststr(request,"<br>");
|
||||
poststr(request,htmlReturnToCfg);
|
||||
|
||||
Reference in New Issue
Block a user