New server, FileBin instead of $ENV{BFConfDir}, and custom Captcha
[buildfarm-server.git] / cgi-bin / envtest.pl
index 6158d18f01f06c6e580c5b8d36eaf1585de47dd4..998ff07ea3ed32ee98d26a86c384a707b5139936 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/perl
 
-print "Contect-Type: text/plain\n\n";
+print "Content-Type: text/plain\n\n";
 
-print "Conf: $ENV{BFConfDir}\n";
+print "Conf: /home/farm/server\n";
 
 print `pwd`;