From 4fe86d05c1bad57e09a4b0d4682931be7a08af3b Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Sun, 19 Aug 2007 22:02:31 -0400
Subject: [PATCH] MInor tidy of the dist.conf.php files

---
 install/install.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/install/install.php b/install/install.php
index fd040cf..2e7ba60 100644
--- a/install/install.php
+++ b/install/install.php
@@ -76,8 +76,9 @@
 swriteln($inst->lng('    Default values are in [brackets] and can be accepted with <ENTER>.'));
 swriteln($inst->lng('    Tap in "quit" (without the quotes) to stop the installer.'."\n\n"));
 
+//** Check log file is writable (probably not root or sudo)
 if(!is_writable(ISPC_LOG_FILE)){
-    die("ERROR: Cannot write to the log file '".ISPC_LOG_FILE."'. Are you root ?\n\n");
+    die("ERROR: Cannot write to the log file '".ISPC_LOG_FILE."'. Are you root or sudo ?\n\n");
 }
 
 //** Select the language

--
Gitblit v1.9.1