diff options
Diffstat (limited to 'imap.php')
| -rw-r--r-- | imap.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ function getMail($user, $pass, $inbox, $max_items){ } } catch( Exception $e ) { header( $_SERVER["SERVER_PROTOCOL"] . " 403 Forbidden" ); + error_log($e->getMessage()); exit(1); } |
