summaryrefslogtreecommitdiffstats
path: root/report.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'report.cgi')
-rwxr-xr-xreport.cgi5
1 files changed, 2 insertions, 3 deletions
diff --git a/report.cgi b/report.cgi
index 2c0c430a9..cb872fc5b 100755
--- a/report.cgi
+++ b/report.cgi
@@ -29,6 +29,7 @@ require "CGI.pl";
use vars qw($template $vars);
use Bugzilla;
+use Bugzilla::Constants;
my $cgi = Bugzilla->cgi;
@@ -44,11 +45,9 @@ if (grep(/^cmd-/, $cgi->param())) {
use Bugzilla::Search;
-ConnectToDatabase();
-
GetVersionTable();
-confirm_login();
+Bugzilla->login(LOGIN_REQUIRED);
Bugzilla->switch_to_shadow_db();