4 * brisk - spush/brisk-spush.php
6 * Copyright (C) 2012 Matteo Nastasi
7 * mailto: nastasi@alternativeoutput.it
8 * matteo.nastasi@milug.org
9 * web: http://www.alternativeoutput.it
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABLILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details. You should have received a
20 * copy of the GNU General Public License along with this program; if
21 * not, write to the Free Software Foundation, Inc, 59 Temple Place -
22 * Suite 330, Boston, MA 02111-1307, USA.
28 require_once($G_base."Obj/sac-a-push.phh");
29 require_once("./brisk-spush.phh");
30 require_once($G_base."Obj/user.phh");
31 require_once($G_base."Obj/brisk.phh");
32 require_once($G_base."Obj/auth.phh");
33 require_once($G_base."Obj/zlibstream.phh");
34 // require_once("../Obj/proxyscan.phh");
35 require_once($G_base."index.php");
36 require_once($G_base."index_wr.php");
37 require_once($G_base."briskin5/Obj/briskin5.phh");
38 require_once($G_base."briskin5/index.php");
39 require_once($G_base."briskin5/index_wr.php");
46 if (($room = Room::create(LEGAL_PATH."/brisk-crystal.data")) == FALSE) {
47 log_crit("room::create failed");
52 if (($s_a_p = Sac_a_push::create($room, USOCK_PATH, 0, 0)) === FALSE) {