1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-11-27 23:01:12 +03:00

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
This commit is contained in:
David Goodwin
2007-08-17 15:29:01 +00:00
parent daa846f027
commit dd0debdbcb

View File

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