diff options
| author | Horus | 2016-07-04 13:52:16 +0200 |
|---|---|---|
| committer | Horus | 2016-07-04 13:52:16 +0200 |
| commit | 366f2499027b5af5851d44ba00f679b1b27631c1 (patch) | |
| tree | e38fdfe8238265154da0a09ab0362a006421951b /imap.php | |
| parent | f95af4211bc24e5cf0b5b017c7d50113e4000968 (diff) | |
| download | imap2rss-366f2499027b5af5851d44ba00f679b1b27631c1.tar.gz | |
Params are passed via HTTP.
Diffstat (limited to 'imap.php')
| -rw-r--r-- | imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
