From 544aace31959f9688a9b1a8a52281d624884658a Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sat, 26 Jul 2008 16:25:12 +0000 Subject: [PATCH] 2008-07-26 Raul Mateos * Commited again the files due to failure in my svn client (no recursive) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@977 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/general/error_install.php | 11 +++++------ pandora_console/general/error_perms.php | 14 +++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) 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. +