From 8dd29e227f44e2379a0a72a4f60130b24e54a14b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 21 Sep 2008 13:12:41 -0400 Subject: [PATCH] Added a function to merge language files. --- interface/lib/config.inc.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index 94f0ea4..0d54ddd 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -48,9 +48,10 @@ define('ISPC_WEB_PATH', ISPC_ROOT_PATH.'/web'); define('ISPC_THEMES_PATH', ISPC_ROOT_PATH.'/web/themes'); -define('ISPC_TEMP_PATH', ISPC_ROOT_PATH.'/temp'); +define('ISPC_WEB_TEMP_PATH', ISPC_WEB_PATH.'/temp'); // Path for downloads, accessible via browser define('ISPC_CACHE_PATH', ISPC_ROOT_PATH.'/cache'); +define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns'); //******************************************************************************** //** Future Code idea - pedro - rfc -- Gitblit v1.9.1