diff --git a/pandora_console/general/error_install.php b/pandora_console/general/error_install.php index 2daf8536be..b218c894b2 100644 --- a/pandora_console/general/error_install.php +++ b/pandora_console/general/error_install.php @@ -1,10 +1,7 @@ @@ -45,7 +41,10 @@ include "include/languages/language_en.php"; -


For security reasons, normal operation is not possible until you delete installer file. Please delete the ./install.php file before running Pandora FMS Console.
+


+ For security reasons, normal operation is not possible until you delete installer file. + Please delete the ./install.php file before running Pandora FMS Console. +
diff --git a/pandora_console/general/error_perms.php b/pandora_console/general/error_perms.php index baff351df2..6848900ed0 100644 --- a/pandora_console/general/error_perms.php +++ b/pandora_console/general/error_perms.php @@ -1,10 +1,7 @@ @@ -45,7 +40,12 @@ include "include/languages/language_en.php";
-


For security reasons, config.php must have restrictive permissions, and "other" users cannot read or write to it. It could be writed only for owner (usually www-data or http daemon user), normal operation is not possible until you change permissions for include/config.php file. Please do it, it's for your security.
+


+ For security reasons, config.php must have restrictive permissions, and "other" users + should not read it or write to it. It should be written only for owner + (usually www-data or http daemon user), normal operation is not possible until you change + permissions for include/config.php file. Please do it, it's for your security. +