From acd62bd9d18593c3953eb1633877bedc3741f8ce Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Fri, 7 Jun 2002 23:39:38 +0000 Subject: Fix for bug 149964 - quietly_check_login() needs to be called in colchange.cgi. Patch author David Lawrence . 2xr=justdave@syndicomm.com --- colchange.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'colchange.cgi') diff --git a/colchange.cgi b/colchange.cgi index ea21042e2..5e6857724 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -34,6 +34,8 @@ use vars qw( require "CGI.pl"; +quietly_check_login(); + print "Content-type: text/html\n"; # The master list not only says what fields are possible, but what order -- cgit v1.2.3-24-g4f1b