summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-05 08:49:54 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-05 08:49:54 +0000
commit7f9b7fa6d8a51e64e10ada30200bef58fdd2e370 (patch)
treec0a05e686972fb834fb8bb48501e2a18228a773c
parent95f4dd90714e081ad997236e0368ae46d27e431c (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.dist2
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).