Fix PHP error on login check if Array last_visited is set

This commit is contained in:
johnnyq
2024-11-16 16:33:23 -05:00
parent 20c87044b9
commit 20a24b6ec6
2 changed files with 4 additions and 1 deletions

View File

@@ -546,6 +546,9 @@ unlink($lock_file_path);
// DEBUG
echo "\nLock File Path: $lock_file_path\n";
if (file_exists($lock_file_path)) {
echo "\nLock is present\n\n";
}
echo "Processed Emails into tickets: $processed_count\n";
echo "Unprocessed Emails: $unprocessed_count\n";