diff options
author | thomascube <thomas@roundcube.net> | 2008-08-28 06:37:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-08-28 06:37:03 +0000 |
commit | 2e3ce3e76541aca33d42627bdb3b4e194410aae9 (patch) | |
tree | 44dd854f037940999ba931ee83bfd997802a7365 /index.php | |
parent | 17802fd6e1160bc38e5ef0ae0a2eeafe5a9a9694 (diff) |
Add rcube name prefixes + codestyle
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |