chiark / gitweb /
WIP overhaul of plumbing, databases, etc.
[ypp-sc-tools.web-live.git] / pctb / yppsc-resolver-pixoptions
index 7bbcb19fbb0f4fc4284b847cc6140d8fd0c7e94d..5b7a825fd4daded0a1cfe3c7cb0a34e27ee448ef 100755 (executable)
@@ -34,7 +34,7 @@ our ($which) = shift @ARGV;
 
 $which =~ s/\W//g;
 
-our ($pctb)= 'http://pctb.ilk.org/';
+our ($pctb) = $ENV{'YPPSC_PCTB_PCTB'};  die unless $pctb;
 our ($ua)= LWP::UserAgent->new;
 our $jsonresp;