summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 2f4bef52e..5cba82295 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -302,6 +302,11 @@ DefParam("webdotbase",
"t",
"http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%");
+DefParam("entryheaderhtml",
+ "This is a special header for the bug entry page. The text will be printed after the page header, before the bug entry form. It is meant to be a place to put pointers to intructions on how to enter bugs.",
+ "l",
+ '');
+
DefParam("expectbigqueries",
"If this is on, then we will tell mysql to <tt>set option SQL_BIG_TABLES=1</tt> before doing queries on bugs. This will be a little slower, but one will not get the error <tt>The table ### is full</tt> for big queries that require a big temporary table.",
"b",