diff options
author | dave%intrec.com <> | 2001-03-20 05:17:48 +0000 |
---|---|---|
committer | dave%intrec.com <> | 2001-03-20 05:17:48 +0000 |
commit | 2c793d31ac9cdac1f6fda311d67d9b681baf2d90 (patch) | |
tree | ee056e9ec9cfa4913b1029fac996cd1b5ed7ee78 /defparams.pl | |
parent | Re-re-fix for bug 71550. This will quite likely fix a number of bugs in othe... (diff) | |
download | bugzilla-2c793d31ac9cdac1f6fda311d67d9b681baf2d90.tar.gz bugzilla-2c793d31ac9cdac1f6fda311d67d9b681baf2d90.tar.bz2 bugzilla-2c793d31ac9cdac1f6fda311d67d9b681baf2d90.zip |
Adding a comment to the top to hopefully prevent some of the confusion that new Bugzilla maintainers are often running into with hacking Bugzilla installs.
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl index d182fd562..89601a4d3 100644 --- a/defparams.pl +++ b/defparams.pl @@ -27,6 +27,11 @@ # This file defines all the parameters that we have a GUI to edit within # Bugzilla. +# ATTENTION!!!! THIS FILE ONLY CONTAINS THE DEFAULTS. +# You cannot change your live settings by editing this file. +# Only adding new parameters is done here. Once the parameter exists, you +# must use %baseurl%/editparams.cgi from the web to edit the settings. + use diagnostics; use strict; |