summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index a409fe951..42dfb8dde 100755
--- a/index.cgi
+++ b/index.cgi
@@ -30,10 +30,11 @@ use strict;
# Include the Bugzilla CGI and general utility library.
use lib ".";
-require "globals.pl";
use Bugzilla;
use Bugzilla::Constants;
+use Bugzilla::Config qw(:DEFAULT);
+use Bugzilla::Error;
use Bugzilla::Update;
# Check whether or not the user is logged in