| 1 |
<?php |
| 2 |
//http_response_code(403); |
| 3 |
$protocol = (isset($_SERVER['SERVER_PROTOCOL']) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0'); |
| 4 |
header("$protocol 403 Forbidden"); |
| 5 |
$GLOBALS['http_response_code'] = $code; |
| 6 |
?> |
| 7 |
<html> |
| 8 |
<head> |
| 9 |
<title>Postie - Error</title> |
| 10 |
</head> |
| 11 |
<body> |
| 12 |
This URL is no longer supported for forcing an email check please update your cron job to |
| 13 |
access http://<mysite>/?postie=get-mail |
| 14 |
</body> |
| 15 |
</html> |