diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-11-23 14:21:34 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-11-23 14:21:34 +0000 |
| commit | 5add51b5120008b2f30415ecd303f9ee73bdf7f4 (patch) | |
| tree | 6c4c81b069ca004ba20ebfe7db71e2256d344c15 /roundcubemail/program/include/rcmail.php | |
| parent | 23bddee01865c9714db8f566618b79c5ac7d80f1 (diff) | |
- use 7th (httponly) argument of setcookie()
git-svn-id: https://svn.roundcube.net/trunk@3131 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 2c002b15c..f707e3571 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -1063,7 +1063,7 @@ class rcmail { $cookie = session_get_cookie_params(); setcookie($name, $value, $exp, $cookie['path'], $cookie['domain'], - rcube_https_check()); + rcube_https_check(), true); } } |
