diff options
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ use strict; # Include the Bugzilla CGI and general utility library. -use lib "."; +use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; |