summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-05 08:53:28 +0000
committeralecpl <alec@alec.pl>2011-09-05 08:53:28 +0000
commit636a536f427621d199b1dd24e04276241a7d651a (patch)
tree83040717e1997c3d9ef3d7a036050674cad4f7aa
parent853696b15a11708e04412001f68a516f2332363c (diff)
- Fix typo
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 05cabcc08..d68fd1a54 100644
--- a/config/main.inc.php.dist
+++ b/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).