From: Don Armstrong Date: Thu, 25 Sep 2008 00:48:00 +0000 (-0700) Subject: * disable CGI::Alert in version.cgi X-Git-Tag: release/2.6.0~468^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ad165e414fc1b8cb7253c481a1d1efa1abcb3036;p=debbugs.git * disable CGI::Alert in version.cgi --- diff --git a/cgi/version.cgi b/cgi/version.cgi index d1e8960b..ed0be630 100755 --- a/cgi/version.cgi +++ b/cgi/version.cgi @@ -15,12 +15,12 @@ BEGIN{ use CGI::Simple; # by default send this message nowhere -use CGI::Alert q(nobody@example.com); +# use CGI::Alert q(nobody@example.com); use Debbugs::Config qw(:config); BEGIN{ - $CGI::Alert::Maintainer = $config{maintainer}; + # $CGI::Alert::Maintainer = $config{maintainer}; } use Debbugs::CGI qw(htmlize_packagelinks html_escape cgi_parameters munge_url);