From 636a536f427621d199b1dd24e04276241a7d651a Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 5 Sep 2011 08:53:28 +0000 Subject: - Fix typo --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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). -- cgit v1.2.3