use Template;
use Captcha::reCAPTCHA;
-use vars qw( $captcha_pubkey );
+use vars qw( $template_dir $captcha_pubkey );
require "$ENV{BFConfDir}/BuildFarmWeb.pl";
my $captcha = $c->get_html($captcha_pubkey);
-
-my $template = new Template({INCLUDE_PATH => '/home/community/pgbuildfarm/templates' });
+my $template_opts = { INCLUDE_PATH => $template_dir };
+my $template = new Template($template_opts);
print "Content-Type: text/html\n\n";