alecpl
2011-07-05 9d195d6e82c3be4e543a47ef8ff1e9fe54bd0939
bin/decrypt.sh
@@ -5,8 +5,8 @@
 +-----------------------------------------------------------------------+
 | bin/decrypt.sh                                                        |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                 |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2005-2009, The Roundcube Dev Team                       |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -52,12 +52,9 @@
 *  - you are dealing with counterfeit header data.
 */
if (php_sapi_name() != 'cli') {
   die("Not on the 'shell' (php-cli).\n");
}
define('INSTALL_PATH', realpath(dirname(__FILE__).'/..') . '/');
require INSTALL_PATH . 'program/include/iniset.php';
require INSTALL_PATH . 'program/include/clisetup.php';
if ($argc < 2) {
   die("Usage: " . basename($argv[0]) . " encrypted-hdr-part [encrypted-hdr-part ...]\n");