summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-07 14:37:06 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-07 14:37:06 +0000
commit07243c3109abd1d3d50752092628b5a094452907 (patch)
treef16d92df0e43b1ad9f5393282e2ebceea3bbd924 /roundcubemail/index.php
parent9dab1bd0600cf86834530d4c7268538ede8c33ff (diff)
Latest updates for release
git-svn-id: https://svn.roundcube.net/trunk@23 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php3
1 files changed, 1 insertions, 2 deletions
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