summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/defparams.pl b/defparams.pl
index 819013341..871a30e3a 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -598,15 +598,8 @@ DefParam("allowuserdeletion",
"b",
0);
-
-DefParam("strictvaluechecks",
- "Do stricter integrity checking on both form submission values and values read in from the database.",
- "b",
- 0);
-
-
DefParam("browserbugmessage",
- "If strictvaluechecks is on, and the bugzilla gets unexpected data from the browser, in addition to displaying the cause of the problem, it will output this HTML as well.",
+ "If bugzilla gets unexpected data from the browser, in addition to displaying the cause of the problem, it will output this HTML as well.",
"l",
"this may indicate a bug in your browser.\n");