add filtering to failures page.
[buildfarm-server.git] / cgi-bin / show_status_soap.pl
index 5d12800beec2440501b1ce7074314fbc290dfc0f..de314f74a391e0107d8621507d10cb4a4b98ab51 100755 (executable)
@@ -1,14 +1,19 @@
 #!/usr/bin/perl
 
-use strict;
+=comment
+
+Copyright (c) 2003-2010, Andrew Dunstan
+
+See accompanying License file for license details
 
+=cut 
+
+use strict;
 
 use vars qw($dbhost $dbname $dbuser $dbpass $dbport);
 
 require "$ENV{BFConfDir}/BuildFarmWeb.pl";
 
-use lib "/home/community/pgbuildfarm/lib/lib/perl5/site_perl";
-
 use SOAP::Transport::HTTP;
 
 SOAP::Transport::HTTP::CGI->dispatch_to('PGBuildFarm')->handle;