summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authordave%intrec.com <>2001-03-20 06:17:48 +0100
committerdave%intrec.com <>2001-03-20 06:17:48 +0100
commit2c793d31ac9cdac1f6fda311d67d9b681baf2d90 (patch)
treeee056e9ec9cfa4913b1029fac996cd1b5ed7ee78 /defparams.pl
parent116bc99949d84e72184b3463aa7cc2748e578a71 (diff)
downloadbugzilla-2c793d31ac9cdac1f6fda311d67d9b681baf2d90.tar.gz
bugzilla-2c793d31ac9cdac1f6fda311d67d9b681baf2d90.tar.xz
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.pl5
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;