--- deliantra/server/ext/schmorplog.ext 2007/01/24 16:29:10 1.7 +++ deliantra/server/ext/schmorplog.ext 2007/04/18 17:32:06 1.8 @@ -4,10 +4,10 @@ my ($status, @pl) = ext::commands::who_listing; #TODO: write files asynchronously - open my $fh, ">", cf::localdir . "/usercount"; + open my $fh, ">", "$LOCALDIR/usercount"; print $fh scalar @pl; - open my $fh, ">", cf::localdir . "/userlisting.html"; + open my $fh, ">", "$LOCALDIR/userlisting.html"; for ($status, @pl) { s/[<&]//g; print $fh "$_
\n";