summaryrefslogtreecommitdiff
path: root/imap.php
diff options
context:
space:
mode:
Diffstat (limited to 'imap.php')
-rw-r--r--imap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.php b/imap.php
index 01d8dae..5478a93 100644
--- a/imap.php
+++ b/imap.php
@@ -18,7 +18,7 @@ function getMail($user, $pass, $inbox, $max_items){
}
} catch( Exception $e ) {
header( $_SERVER["SERVER_PROTOCOL"] . " 403 Forbidden" );
- error_log($e->getMessage());
+ echo $e->getMessage();
exit(1);
}