diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-02-21 07:27:15 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-02-21 07:27:15 +0000 |
commit | 9ea05545197378466dc3ceee0f55bcd5819264cb (patch) | |
tree | df8f9df6024e0ecd35769152027fb5f6f1dee8e1 /img_auth.php | |
parent | c39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 (diff) |
Aktualisierung auf MediaWiki 1.9.3
Diffstat (limited to 'img_auth.php')
-rw-r--r-- | img_auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/img_auth.php b/img_auth.php index 8794bc78..e0a6459f 100644 --- a/img_auth.php +++ b/img_auth.php @@ -49,6 +49,7 @@ wfLogProfilingData(); function wfForbidden() { header( 'HTTP/1.0 403 Forbidden' ); + header( 'Content-Type: text/html; charset=utf-8' ); print "<html><body> <h1>Access denied</h1> |