From c62580f4b3cf2b26ee51bed440608bcbe6469362 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 6 May 2010 15:10:29 +1000 Subject: [PATCH] Changed vault so it hopefully wont bork the screen if it encounters binary data --- vendors/shells/vault.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/shells/vault.php b/vendors/shells/vault.php index 0dcd90ab..9a32f126 100755 --- a/vendors/shells/vault.php +++ b/vendors/shells/vault.php @@ -25,7 +25,7 @@ class VaultShell extends Shell { $ripmime_path = '/usr/local/bin/ripmime'; - if($testing == 0) { + if($testing == 1) { $email_dir = '/Users/karlcordes/Sites/quotenik/app/emails'; $ripmime_path = '/opt/local/bin/ripmime'; $mbox = imap_open("{192.168.0.8:143}INBOX", $username, $password) or die("can't connect: " . imap_last_error());