diff options
author | alecpl <alec@alec.pl> | 2009-06-16 11:14:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-16 11:14:50 +0000 |
commit | 2700bbb2b904974767d55c1c93716bad36dc2b3b (patch) | |
tree | 179f64265581bc90de7fd6ef3097694e46dab8a9 /bin | |
parent | 21d6827c700b2d016d12aa9c39f90e1a700f021b (diff) |
- removed http_received_header_encrypt checking (#1485925)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/decrypt.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/decrypt.php b/bin/decrypt.php index 6c6c4424f..7ef5a470a 100644 --- a/bin/decrypt.php +++ b/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"); } |