summaryrefslogtreecommitdiffstats
path: root/editparams.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-xeditparams.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editparams.cgi b/editparams.cgi
index 89099823f..dd61e9543 100755
--- a/editparams.cgi
+++ b/editparams.cgi
@@ -32,7 +32,7 @@ require "CGI.pl";
ConnectToDatabase();
confirm_login();
-print "Content-type: text/html\n\n";
+print Bugzilla->cgi->header();
if (!UserInGroup("tweakparams")) {
print "<H1>Sorry, you aren't a member of the 'tweakparams' group.</H1>\n";