From: vincent@cubedesigners.com Date: Mon, 22 Feb 2010 10:30:31 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=778a682e89d99b3f2240f76f1b8c36ee596ffaa2;p=cubeextranet.git --- diff --git a/inc/config.inc.php b/inc/config.inc.php index c56a356b4..b8fe9eeac 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -48,6 +48,8 @@ if (in_array($_SERVER['HTTP_HOST'], $ws)) { define('WORKER_PREFIX', 'worker.'); +define('CACHE', ROOT . '/cache'); + define('SESSION_LIFETIME', 3600 * 10); define('L10N', dirname(__FILE__) . '/../l10n');