New server, FileBin instead of $ENV{BFConfDir}, and custom Captcha
[buildfarm-server.git] / cgi-bin / show_status_soap.pl
index e44f8d1e611ba3d81a4f430c920cb4aea7522ee6..82a6dc795d4dc38d057e51a2b669136e0279e067 100755 (executable)
@@ -12,7 +12,8 @@ use strict;
 
 use vars qw($dbhost $dbname $dbuser $dbpass $dbport);
 
-require "$ENV{BFConfDir}/BuildFarmWeb.pl";
+use FindBin qw($RealBin);
+require "$RealBin/../BuildFarmWeb.pl";
 
 use SOAP::Transport::HTTP;
 
@@ -76,8 +77,3 @@ EOS
 }
 
 1;
-
-
-
-
-