From 13f83a965e39280e4180e14a01d8c597892b686f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Feb 2010 08:05:35 +0000 Subject: [PATCH] Doxygen --- htdocs/install/etape1.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php index 97ea932e78a..f093449c92c 100644 --- a/htdocs/install/etape1.php +++ b/htdocs/install/etape1.php @@ -208,7 +208,8 @@ if ($_POST["action"] == "set") // Save old conf file on disk if (file_exists("$conffile")) { - // We must ignore errors as an existing old file may alreday exists and not be replacable + // We must ignore errors as an existing old file may already exists and not be replacable or + // the installer (like for ubuntu) may not have permission to create another file than conf.php. // Also no other process must be able to read file or we expose the new file so content with password. @dol_copy($conffile, $conffile.'.old', '0400'); }