summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-08-28 06:37:03 +0000
committerthomascube <thomas@roundcube.net>2008-08-28 06:37:03 +0000
commit2e3ce3e76541aca33d42627bdb3b4e194410aae9 (patch)
tree44dd854f037940999ba931ee83bfd997802a7365 /index.php
parent17802fd6e1160bc38e5ef0ae0a2eeafe5a9a9694 (diff)
Add rcube name prefixes + codestyle
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index deb86c6dc..05ef875a8 100644
--- a/index.php
+++ b/index.php
@@ -88,7 +88,7 @@ if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') {
get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'), $host)) {
// create new session ID
unset($_SESSION['temp']);
- sess_regenerate_id();
+ rcube_sess_regenerate_id();
// send auth cookie if necessary
$RCMAIL->authenticate_session();