summaryrefslogtreecommitdiff
path: root/includes/hitcount.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/hitcount.php')
-rw-r--r--includes/hitcount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/hitcount.php b/includes/hitcount.php
index 597f6aaa24..81eee433ca 100644
--- a/includes/hitcount.php
+++ b/includes/hitcount.php
@@ -24,7 +24,7 @@
use WT\Auth;
if (!defined('WT_WEBTREES')) {
- header('HTTP/1.0 403 Forbidden');
+ http_response_code(403);
exit;
}