summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-16 11:14:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-16 11:14:50 +0000
commiteff2c5aced16563259a9565ff26bc0342940a3e1 (patch)
tree756a6fe50488719f8027e5022cd7e4856e777bf5 /roundcubemail
parent2626f847a48e842dda46d4f837b480a92a8d713c (diff)
- removed http_received_header_encrypt checking (#1485925)
git-svn-id: https://svn.roundcube.net/trunk@2647 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/bin/decrypt.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/roundcubemail/bin/decrypt.php b/roundcubemail/bin/decrypt.php
index 6c6c4424f..7ef5a470a 100644
--- a/roundcubemail/bin/decrypt.php
+++ b/roundcubemail/bin/decrypt.php
@@ -59,11 +59,6 @@ if (php_sapi_name() != 'cli') {
define('INSTALL_PATH', realpath(dirname(__FILE__).'/..') . '/');
require INSTALL_PATH . 'program/include/iniset.php';
-$config = new rcube_config();
-if (!$config->get('http_received_header_encrypt')) {
- die("http_received_header_encrypt is not configured\n");
-}
-
if ($argc < 2) {
die("Usage: " . basename($argv[0]) . " encrypted-hdr-part [encrypted-hdr-part ...]\n");
}