config.inc.php.sample: add dirname(__FILE__) to set path

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@30 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent daa846f027
commit dd0debdbcb

@ -17,7 +17,7 @@ if (ereg ("config.inc.php", $_SERVER['PHP_SELF']))
// Set the location of your Postfix Admin installation here.
// You must enter complete url (http://domain.tld/) and full path (/var/www/postfixadmin)
$CONF['postfix_admin_url'] = '';
$CONF['postfix_admin_path'] = '';
$CONF['postfix_admin_path'] = dirname(__FILE__);
// Language config
// Language files are located in './languages'.

Loading…
Cancel
Save