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 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;