From 2c793d31ac9cdac1f6fda311d67d9b681baf2d90 Mon Sep 17 00:00:00 2001 From: "dave%intrec.com" <> Date: Tue, 20 Mar 2001 05:17:48 +0000 Subject: 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. --- defparams.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'defparams.pl') 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; -- cgit v1.2.3-24-g4f1b