Fix unlinking lock file

This commit is contained in:
johnnyq 2023-09-19 11:40:11 -04:00
parent 946f8d0b97
commit 5d74226762
1 changed files with 1 additions and 1 deletions

View File

@ -459,4 +459,4 @@ imap_expunge($imap);
imap_close($imap);
// Remove the lock file
//unlink($lock_file_path);
unlink($lock_file_path);