From 7f9b7fa6d8a51e64e10ada30200bef58fdd2e370 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 5 Sep 2011 08:49:54 +0000 Subject: - Fix typo git-svn-id: https://svn.roundcube.net/trunk@5166 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3