Update call_broadcast_send.php (#6897)
This commit is contained in:
parent
a4b054d97a
commit
e2205cb6b6
|
|
@ -200,7 +200,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//method 1
|
//method 1
|
||||||
$response = trim(event_socket::command($cmd));
|
$response = event_socket::command($cmd);
|
||||||
|
|
||||||
//method 2
|
//method 2
|
||||||
//cmd_async($_SESSION['switch']['bin']['dir']."/fs_cli -x \"".$cmd."\";");
|
//cmd_async($_SESSION['switch']['bin']['dir']."/fs_cli -x \"".$cmd."\";");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue