X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=4e22c3649b5ddc93dc0b391a1df04df48f4dfbc6;hb=891d36866274e1fe44c12751d2fda0f18b4426d5;hp=2717b5265f2acc8eb113efee1eb4b37f8080d0da;hpb=5c7f81c55f00cc968162449eae3e799f160bfdcf;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index 2717b52..4e22c36 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -370,7 +370,7 @@ function main() $response = $user->rd_cache_get(); if ($response == "") { $content = ""; - index_rd_ifra_main($room, $user, $content); + index_rd_ifra_main($room, $user, $content, $get, $post, $cookie); if ($content == "" && $user->rd_kalive_is_expired($curtime)) { $content = index_rd_ifra_keepalive($user);