From 7ca34e378d9f353ffc4b1f8005b038dcc0fcf32a Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Tue, 27 Apr 2010 15:41:45 +1000 Subject: [PATCH] Changed to live mode --- 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 d090ab4c..796027d9 100755 --- a/vendors/shells/vault.php +++ b/vendors/shells/vault.php @@ -13,7 +13,7 @@ class VaultShell extends Shell { /****************************************************** * Config Variables * *****************************************************/ - $testing = 1; //Whether to actually move the emails. 1=test, 0=production + $testing = 0; //Whether to actually move the emails. 1=test, 0=production /* Setup Connection to the IMAP server */ $username = 'vault'; $password = 'xjdYOsmJWc37'; /* The password for the account to be checked */