aqhome-cgi: moved files.

This commit is contained in:
Martin Preuss
2025-09-15 19:15:51 +02:00
parent 7f301d271b
commit 348c3a8853
15 changed files with 101 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ int AQH_ModDataClient_HandleRequest(AQH_MODULE *m, AQCGI_REQUEST *rq, AQH_SESSIO
AQH_Session_free(session);
AQH_Fini();
return 0;
return AQCGI_SendResponse(rq);
}