X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=35c2584117470c3c490f2ca8b7d50a9826c35834;hb=175fe062daa7c8642e1fe54d3687cf081578a5ba;hp=9a65d2113a95b1fe6f315e19c95284031308a45c;hpb=23d51af24fe3da370bd20a7a63ec5d6fd5dcd588;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index 9a65d21..35c2584 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -39,7 +39,7 @@ require_once($G_base."briskin5/index.php"); require_once($G_base."briskin5/index_wr.php"); -function main() +function main($argv) { pid_save(); do { @@ -49,7 +49,7 @@ function main() break; } - if (($s_a_p = Sac_a_push::create($room, USOCK_PATH, 0, 0)) === FALSE) { + if (($s_a_p = Sac_a_push::create($room, USOCK_PATH, 0, 0, $argv)) === FALSE) { $ret = 2; break; } @@ -61,5 +61,5 @@ function main() exit($ret); } -main(); +main($argv); ?>