mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-15 21:13:02 +00:00
tdf#114982 - AdminConsole: control logging
Change-Id: I53cf4b0ff81ea9d6bf4ad595077f7365e7e34c00 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94130 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:

committed by
Michael Meeks

parent
b761ab848d
commit
ac682772a6
@ -363,7 +363,8 @@ void FileServerRequestHandler::handleRequest(const HTTPRequest& request,
|
||||
if (endPoint == "admin.html" ||
|
||||
endPoint == "adminSettings.html" ||
|
||||
endPoint == "adminHistory.html" ||
|
||||
endPoint == "adminAnalytics.html")
|
||||
endPoint == "adminAnalytics.html" ||
|
||||
endPoint == "adminLog.html")
|
||||
{
|
||||
preprocessAdminFile(request, requestDetails, socket);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user