From ffc1308148288eda5f79fb1600157e12208fc26a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 24 Feb 2010 12:27:47 +0000 Subject: [PATCH] Message more clear --- htdocs/install/inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index e6765e80b48..e496d401005 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -139,7 +139,7 @@ if (preg_match('/install.lock/i',$_SERVER["SCRIPT_FILENAME"])) } if (file_exists('../../install.lock')) { - print 'Install pages have been disabled for security reason (by lock file install.lock).
'; + print 'Install pages have been disabled for security reason (by lock file install.lock in dolibarr root directory. Remove it manually if following link loops to this page).
'; print ''; print 'Click here to go to Dolibarr'; print '';