From 2a704f6cfc90c5cb0c037bffea0f70cad358a829 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 29 Jun 2010 06:54:09 -0400 Subject: [PATCH] Implemented: FS#891 - Email Forward check box to Leave a copy. --- install/tpl/config.inc.php.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index b1456ee..68fd74f 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -113,7 +113,7 @@ //** Interface -define('ISPC_INTERFACE_MODULES_ENABLED', 'dashboard,mail,sites,dns,tools'); +$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; //** Logging -- Gitblit v1.9.1