diff options
author | alecpl <alec@alec.pl> | 2011-09-05 08:49:54 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-05 08:49:54 +0000 |
commit | 67eecdee96e0a089bd4746341e9f53137b221bc3 (patch) | |
tree | b928aed113d53ac46cf3602514a2a813c1e60ea6 | |
parent | c170bfc92f48dea0dc009916251acf730b1d885f (diff) |
- Fix typo
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 30268e079..8421d93f6 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). |