Debugging code to vault

This commit is contained in:
Karl Cordes 2011-09-05 15:08:53 +10:00
parent 8013f3a685
commit bafd5e3d9c

View file

@ -10,11 +10,6 @@
* *
* Reading these files from the local file system. * Reading these files from the local file system.
* *
*
*
*
*
*
*/ */
App::import('Sanitize'); App::import('Sanitize');
class VaultShell extends Shell { class VaultShell extends Shell {
@ -77,6 +72,11 @@ class VaultShell extends Shell {
$processed = scandir($processed_dir); $processed = scandir($processed_dir);
$new = array_diff($emails, $processed); $new = array_diff($emails, $processed);
echo "New Emails:\n";
print_r($new);
die();
/** /**
* Loop through the messages. * Loop through the messages.