summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-07 14:37:06 +0000
committerthomascube <thomas@roundcube.net>2005-10-07 14:37:06 +0000
commit8884477e91e8b9e90b23440e0e82e4d455f39a17 (patch)
treea2caed2d8dfb7fa48ed9e269a618826b821b619f /index.php
parent79fe17fb5a43786ccd407926d51fdfe4fe22f55f (diff)
Latest updates for release
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 6422a2e9a..a044be72a 100644
--- a/index.php
+++ b/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