feature(socket) lExecSymbols: add "&"

This commit is contained in:
coderaiser 2013-10-24 08:40:29 +00:00
parent 01034d206a
commit 79a272a078

View file

@ -193,7 +193,7 @@
lExec_func = ClientFuncs[pConnNum];
lExecSymbols = ['{', '}', '|', '\'', '"'];
lExecSymbols = ['&', '{', '}', '|', '\'', '"'];
if (Util.isContainStr(pCommand, lExecSymbols))
exec(pCommand, lExec_func);