From 8d06d1ef539f3f8becc56953b040bc710ec9a859 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 10 Aug 2005 08:30:39 +0000 Subject: =?UTF-8?q?Bug=20301508:=20Remove=20CGI.pl=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dmkanat,wi?= =?UTF-8?q?cked=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index f3e7bd7ce..1d398f84d 100755 --- a/token.cgi +++ b/token.cgi @@ -39,7 +39,7 @@ my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; # Include the Bugzilla CGI and general utility library. -require "CGI.pl"; +require "globals.pl"; Bugzilla->login(LOGIN_OPTIONAL); -- cgit v1.2.1