From 8fda131da1d53721e3f438833ee786e3f336aa0a Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Tue, 21 Aug 2007 00:21:21 -0400 Subject: [PATCH] Getting ring of finalt rootpath arguments --- interface/lib/config.inc.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index becba23..289f578 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -107,9 +107,7 @@ $conf['db_database'] = 'ispconfig3'; */ -//$conf['rootpath'] = substr(dirname(__FILE__),0,-4); -$conf['fs_div'] = '/'; // File system divider, \\ on windows and / on linux and unix -// predro notes: not sure this is the right thing ? + $conf['cache_dir'] = ISPC_ROOT_PATH.'/cache'; -- Gitblit v1.9.1