From 07243c3109abd1d3d50752092628b5a094452907 Mon Sep 17 00:00:00 2001 From: roundcube Date: Fri, 7 Oct 2005 14:37:06 +0000 Subject: Latest updates for release git-svn-id: https://svn.roundcube.net/trunk@23 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 6422a2e9a..a044be72a 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | - | Version 0.1-20050929 | + | Version 0.1-20051007 | | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | @@ -52,7 +52,6 @@ ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.$INSTALL_PATH.PAT ini_set('session.name', 'sessid'); ini_set('session.use_cookies', 1); ini_set('error_reporting', E_ALL&~E_NOTICE); -//ini_set('session.save_path', $INSTALL_PATH.'session'); // increase maximum execution time for php scripts -- cgit v1.2.3