0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

setup.php: give the full path to setup.php to help people a little bit more

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@599 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin 2009-03-21 16:34:29 +00:00
parent 709365d936
commit e61244ac9f

View File

@ -37,7 +37,7 @@ if (file_exists (realpath ("./setup.php"))) {
}
else
{
print "Please delete setup.php before using Postfix Admin!";
print "Please delete " . dirname(__FILE__) . "/setup.php before using Postfix Admin!";
exit;
}
}