From daa846f027450b3b5486bd4983a0fe39f4aed761 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 17 Aug 2007 15:25:00 +0000 Subject: [PATCH] config.inc.php.sample: Add missing variable git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@29 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.inc.php.sample b/config.inc.php.sample index 1d445faf..6f07782c 100644 --- a/config.inc.php.sample +++ b/config.inc.php.sample @@ -178,6 +178,9 @@ $CONF['logging'] = 'YES'; $CONF['show_header_text'] = 'NO'; $CONF['header_text'] = ':: Postfix Admin ::'; +// link to display under 'Main' menu when logged in as a user. +$CONF['user_footer_link'] = "http://change-this-to-your.domain.tld/main"; + // Footer // Below information will be on all pages. // If you don't want the footer information to appear set this to 'NO'.