From: dave%intrec.com <> Date: Tue, 20 Mar 2001 05:17:48 +0000 (+0000) Subject: Adding a comment to the top to hopefully prevent some of the confusion that new Bugzi... X-Git-Tag: bugzilla-2.12~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c793d31ac9cdac1f6fda311d67d9b681baf2d90;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/defparams.pl b/defparams.pl index d182fd5620..89601a4d3a 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;