芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/fns/realtime/pending_friend_requests.php
<?php $data["pending_friend_requests"] = filter_var($data["pending_friend_requests"], FILTER_SANITIZE_NUMBER_INT); if (empty($data["pending_friend_requests"])) { $data["pending_friend_requests"] = 0; } $columns = $join = $where = null; $where["friends.to_user_id"] = $current_user_id; $where ["friends.relation_status"] = 0; $pending_friend_requests = DB::connect()->count('friends', $where); if ((int)$pending_friend_requests !== (int)$data["pending_friend_requests"]) { $result['pending_friend_requests'] = $pending_friend_requests; $escape = true; }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage