mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
parent
a3e8cf8fb1
commit
6f8e25a349
@ -77,7 +77,7 @@ bool InfoHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& request,
|
|||||||
else
|
else
|
||||||
body += "Your user does not have any permissions.</p>";
|
body += "Your user does not have any permissions.</p>";
|
||||||
|
|
||||||
body += "<p>More information about API requests is available in the documentation.</p></html>";
|
body += "<p>More information about API requests is available in the <a href=\"http://docs.icinga.org/icinga2/latest\" target=\"_blank\">documentation</a>.</p></html>";
|
||||||
response.WriteBody(body.CStr(), body.GetLength());
|
response.WriteBody(body.CStr(), body.GetLength());
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user