From 89ba361b7277019ce633eaf55643f65fec998dd0 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Mon, 21 Mar 2011 14:44:36 +1100 Subject: [PATCH] Added sleep to Vault while loop --- 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 8f4d456d..87cd5d4e 100755 --- a/vendors/shells/vault.php +++ b/vendors/shells/vault.php @@ -27,7 +27,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 if($testing == 1) {