(bug 9575) Accept upload description from GET parameters
[lhc/web/wiklou.git] / img_auth.php
index 99ca37d..24bda42 100644 (file)
@@ -50,6 +50,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>
@@ -59,4 +60,4 @@ function wfForbidden() {
        exit;
 }
 
-?>
+