X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fspush%2Fbrisk-spush.php;h=8eece0c1c5538a5e3780446f3181f5ab89b97569;hb=c41ecb2b361ebb9aea6e457ec79258119900ba86;hp=e7d5f85873d789299ac732bc4772755206889786;hpb=d951bcaafbc7f0f091879d6f47043492534d2d08;p=brisk.git diff --git a/web/spush/brisk-spush.php b/web/spush/brisk-spush.php index e7d5f85..8eece0c 100755 --- a/web/spush/brisk-spush.php +++ b/web/spush/brisk-spush.php @@ -41,12 +41,12 @@ require_once($G_base."briskin5/index_wr.php"); function main() { - if (($room = Room::create()) == FALSE) { + if (($room = Room::create(LEGAL_PATH."/brisk-crystal.data")) == FALSE) { log_crit("room::create failed"); exit(1); } - if (($s_a_p = Sac_a_push::create($room, "/tmp/brisk.sock", 0, 0)) === FALSE) { + if (($s_a_p = Sac_a_push::create($room, USOCK_PATH, 0, 0)) === FALSE) { exit(1); }