Browse Source

testing perl stuff

jahway603
D 1 year ago
parent
commit
c9c72abfdc
  1. 2
      explorer.dragonx.is/bin/update.pl

2
explorer.dragonx.is/bin/update.pl

@ -21,7 +21,7 @@ my $mining = readfile("$dir/getmininginfo.json");
my $txstats = readfile("$dir/getchaintxstats.json");
# run the slowest last so the RPC interface isn't juggling
my $coinsupply = readfile("$dir/coinsupply.json");
my $template = readfile("/var/www/explorer.dragonx.is/template.html");
my $template = readfile("/var/www/$ENV{SIONA_DOMAIN}/template.html");
#say $template;

Loading…
Cancel
Save