Debugging code to vault
This commit is contained in:
parent
8013f3a685
commit
bafd5e3d9c
10
vendors/shells/vault.php
vendored
10
vendors/shells/vault.php
vendored
|
|
@ -10,11 +10,6 @@
|
|||
*
|
||||
* Reading these files from the local file system.
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
App::import('Sanitize');
|
||||
class VaultShell extends Shell {
|
||||
|
|
@ -77,6 +72,11 @@ class VaultShell extends Shell {
|
|||
$processed = scandir($processed_dir);
|
||||
$new = array_diff($emails, $processed);
|
||||
|
||||
echo "New Emails:\n";
|
||||
|
||||
print_r($new);
|
||||
|
||||
die();
|
||||
|
||||
/**
|
||||
* Loop through the messages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue