version 1.38, 2001/03/22 13:28:15
|
version 1.39, 2001/03/22 15:06:01
|
Line 965 sub make_new_child {
|
Line 965 sub make_new_child {
|
} |
} |
# ------------------------------------------------------------------- querysend |
# ------------------------------------------------------------------- querysend |
} elsif ($userinput =~ /^querysend/) { |
} elsif ($userinput =~ /^querysend/) { |
my ($cmd,$query)=split(/:/,$userinput); |
my ($cmd,$query,$custom)=split(/:/,$userinput); |
$query=~s/\n*$//g; |
$query=~s/\n*$//g; |
print $client sqlreply("$hostid{$clientip}\&$query"). |
print $client sqlreply("$hostid{$clientip}\&$query"). |
"\n"; |
"\n"; |