From dd0debdbcb9a628507eb44637a5cf2622cc67b71 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 17 Aug 2007 15:29:01 +0000 Subject: [PATCH] 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 --- config.inc.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php.sample b/config.inc.php.sample index 6f07782c..296cd5dd 100644 --- a/config.inc.php.sample +++ b/config.inc.php.sample @@ -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'.