X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=8cf1eee7bf90f4577f53292fda6fc02ffc15d94d;hb=380e4f95319a328524a764956fb802d991864bf7;hp=1294ad6b69808d797deee2c1aa7a452b61d6b424;hpb=22d0d66d55607bc8941922fc1bf4d818664abbc2;p=brisk.git diff --git a/web/index.php b/web/index.php index 1294ad6..8cf1eee 100644 --- a/web/index.php +++ b/web/index.php @@ -262,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";