From 43cfa0136f4cdf3a3950f04b4efb1f0de0712431 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 15 Jan 2009 12:25:41 +0000 Subject: [PATCH] try to be more helpful git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@523 a1433add-5e2c-0410-b055-b7f2511e0802 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 2e1096c4..bcf38cd9 100644 --- a/setup.php +++ b/setup.php @@ -320,7 +320,7 @@ else if (isset ($_POST['fUsername'])) $tUsername = escape_string ($_POST['fUsername']); } else { print "

$tMessage

"; - echo "

You can now log in to Postfix Admin.

"; + echo "

Delete (or rename) setup.php, and then click here to login.

"; } }