diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-05 08:49:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-05 08:49:54 +0000 |
| commit | 7f9b7fa6d8a51e64e10ada30200bef58fdd2e370 (patch) | |
| tree | c0a05e686972fb834fb8bb48501e2a18228a773c | |
| parent | 95f4dd90714e081ad997236e0368ae46d27e431c (diff) | |
- Fix typo
git-svn-id: https://svn.roundcube.net/trunk@5166 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 30268e079..8421d93f6 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -239,7 +239,7 @@ $rcmail_config['referer_check'] = false; // X-Frame-Options HTTP header value sent to prevent from Clickjacking. // Possible values: sameorigin|deny. Set to false in order to disable sending them -$rcmail_confoig['x_frame_options'] = 'sameorigin'; +$rcmail_config['x_frame_options'] = 'sameorigin'; // this key is used to encrypt the users imap password which is stored // in the session record (and the client cookie if remember password is enabled). |
