Feature Requests item #3150300, was opened at 2011-01-03 04:13
Message generated for change (Comment added) made by libertytrek
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3150300&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Charles (libertytrek)
Assigned to: Nobody/Anonymous (nobody)
Summary: Move config.local.php location to /etc/postfixadmin
Initial Comment:
For consistencies sake...
----------------------------------------------------------------------
>Comment By: Charles (libertytrek)
Date: 2012-02-16 04:38
Message:
am I correct that all that is needed is to change the path that is provided
at the bottom of the config.inc.php file, ie, change:
if (file_exists(dirname(__FILE__) . '/config.local.php')) {
include(dirname(__FILE__) . '/config.local.php');
to
if (file_exists(dirname(__FILE__) '/etc/postfixadmin/config.local.php')) {
include(dirname(__FILE__) '/etc/postfixadmin/config.local.php');
I'd rather not test this on a live system without at least a nod from a dev
that this should be all that is necessary...
----------------------------------------------------------------------
Comment By: Charles (libertytrek)
Date: 2011-10-10 12:58
Message:
Anybody else think this is a good idea (keep all local customizations
together)?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3150300&group_id=191583
|