summaryrefslogtreecommitdiff
path: root/authorize.php
diff options
context:
space:
mode:
Diffstat (limited to 'authorize.php')
-rw-r--r--authorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php
index 78de76ceb..ee2288944 100644
--- a/authorize.php
+++ b/authorize.php
@@ -39,7 +39,7 @@ define('MAINTENANCE_MODE', 'update');
* Render a 403 access denied page for authorize.php
*/
function authorize_access_denied_page() {
- drupal_add_http_header('403 Forbidden');
+ drupal_add_http_header('Status', '403 Forbidden');
watchdog('access denied', 'authorize.php', NULL, WATCHDOG_WARNING);
drupal_set_title('Access denied');
return t('You are not allowed to access this page.');