From a014c2c43f18e57b365ecf299554b3e2abfae2a4 Mon Sep 17 00:00:00 2001
From: daniel <daniel@ispconfig3>
Date: Sun, 08 Jun 2008 10:29:54 -0400
Subject: [PATCH] Updated installer to not ask for fastcgi support.  Added fastcgi support by default into the ISPConfig vhost. Copies over the fastcgi starter script into /usr/local/ispconfig/interface/bin/

---
 interface/lib/config.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php
index 9ed79df..0d54ddd 100644
--- a/interface/lib/config.inc.php
+++ b/interface/lib/config.inc.php
@@ -48,7 +48,7 @@
 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');

--
Gitblit v1.9.1