Private GIT

Skip to content
Snippets Groups Projects
Commit 69f8e8c8 authored by Laurent Pinsivy's avatar Laurent Pinsivy
Browse files

Extend error message for invalide wiki access

parent 0a5c0482
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ class procedures_DB_Connector { ...@@ -58,7 +58,7 @@ class procedures_DB_Connector {
} }
private function displayConnectionErrorPage() { private function displayConnectionErrorPage() {
echo "<center><b>" . _("Connection to Wiki database failed, please contact your administrator") . "</b></center>"; echo "<center><b>" . _("Connection to Wiki database failed, please contact your administrator or read the Centreon online documentation to configure wiki access") . "</b></center>";
exit; exit;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment