From 5ad01b25220295d34e911cedcf69a33454e95833 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 31 Aug 2008 14:03:11 +0000 Subject: [PATCH] INSTALL.TXT: typo fixing, see https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2084940&group_id=191583 ; thanks to AldoReset on irc git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@451 a1433add-5e2c-0410-b055-b7f2511e0802 --- INSTALL.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.TXT b/INSTALL.TXT index 2a4241f1..1ee8605b 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -86,8 +86,8 @@ to your user: Apache configuration file (which can be set to be visible only by root) using something like the following in your VirtualHost definition : - SetVar DB_USER "postfix" - SetVar DB_PASS "opensesame" + SetEnv DB_USER "postfix" + SetEnv DB_PASS "opensesame" config.inc.php would then be able to access these through :