芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/fns/realtime/check_call_logs.php
findById($current_user_id); $caller_id = 0; $data["current_call_id"] = filter_var($data["current_call_id"], FILTER_SANITIZE_NUMBER_INT); if (is_array($video_log_data) && isset($video_log_data['incoming'])) { if (!isset($video_log_data['accepted'])) { $result['new_call_notification'] = $video_log_data; $caller_id = $video_log_data['caller_id']; } } if ((int)$data["current_call_id"] !== (int)$caller_id) { $escape = true; }