diff options
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 = {}; |