summaryrefslogtreecommitdiffstats
path: root/page.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'page.cgi')
-rwxr-xr-xpage.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/page.cgi b/page.cgi
index 91027ff4f..b68a9313b 100755
--- a/page.cgi
+++ b/page.cgi
@@ -38,9 +38,7 @@ require "CGI.pl";
use vars qw($template $vars);
-ConnectToDatabase();
-
-quietly_check_login();
+Bugzilla->login();
my $cgi = Bugzilla->cgi;