X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=9d4a9c568307017057e56d2fcd6acdc3c314a3a8;hb=3610477b5c8d4a8e1e9996014a81e257ba33c075;hp=9fb6b3d5b01313078f67a3b3c2eeed227d585911;hpb=818b1bd911888487f2c217ac84f414d3ec527de5;p=brisk.git diff --git a/web/index.php b/web/index.php index 9fb6b3d..9d4a9c5 100644 --- a/web/index.php +++ b/web/index.php @@ -182,13 +182,6 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati require_once("briskin5/Obj/briskin5.phh"); -if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { - echo "Debugging time!"; - exit; -} - -log_load("index.php"); - function poll_dom() { GLOBAL $G_with_poll, $G_poll_title, $G_poll_entries; @@ -231,7 +224,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) GLOBAL $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE) - unset($sess); + $sess = ""; if (($name = gpcs_var('name', $get, $post, $cookie)) === FALSE) unset($name); if (($pass_private = gpcs_var('pass_private', $get, $post, $cookie)) === FALSE) @@ -269,7 +262,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) if ($user->stat == "table") { setcookie("table_token", $user->table_token, $curtime + 31536000); setcookie("table_idx", $user->table, $curtime + 31536000); - $header_out['Location'] = "Location: briskin5/index.php"; + $header_out['Location'] = "briskin5/index.php"; return TRUE; } $ACTION = "room"; @@ -287,7 +280,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) $room->garbage_manager(TRUE); /* try login */ - if (($user = $room->add_user(&$sess, &$idx, $name, $pass_private, $addr)) != FALSE) { + if (($user = $room->add_user(&$sess, &$idx, $name, $pass_private, $addr, $cookie)) != FALSE) { $ACTION = "room"; if ($idx < 0) { $idx = -$idx - 1; @@ -865,7 +858,7 @@ supported by:
- + @@ -878,13 +871,14 @@ supported by:
@@ -1012,6 +1006,7 @@ echo "$body"; ?>