summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/votes.cgi b/votes.cgi
index 78b00ec1a..36661c278 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -29,12 +29,13 @@ use lib ".";
use Bugzilla;
use Bugzilla::Constants;
+use Bugzilla::Config qw(:DEFAULT);
+use Bugzilla::Util;
+use Bugzilla::Error;
use Bugzilla::Bug;
use Bugzilla::User;
use Bugzilla::Product;
-require "globals.pl";
-
my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
my $vars = {};