From fbf7d5aa7319e31ec2a629e2081a2596ff659de7 Mon Sep 17 00:00:00 2001
From: fantu <fantu@ispconfig3>
Date: Fri, 25 Apr 2008 07:34:16 -0400
Subject: [PATCH] Add other italian text 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