Update call_broadcast_send.php (#6896)

This commit is contained in:
Alex 2024-02-19 11:34:28 -07:00 committed by GitHub
parent 1b5d66e85e
commit 5e6bc5b3ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
}
//method 1
$response = trim(event_socket::command($cmd));
$response = event_socket::command($cmd);
//method 2
//cmd_async($_SESSION['switch']['bin']['dir']."/fs_cli -x \"".$cmd."\";");