X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=5ed0bd364645d9c64933c621d3de7e8543a42e76;hb=15d64a141d65abceb973f6df4a5065f441b01965;hp=e71684276a7104a76213dae93f476ffca7a0e6ac;hpb=225d405fc65a983470f3d690ea7ea0ca6a3d7779;p=brisk.git diff --git a/web/index.php b/web/index.php index e716842..5ed0bd3 100644 --- a/web/index.php +++ b/web/index.php @@ -296,7 +296,7 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo $cookies->add("table_token", $user->table_token, $curtime + 31536000); $cookies->add("table_idx", $user->table, $curtime + 31536000); $header_out['cookies'] = $cookies; - $header_out['Location'] = "Location: briskin5/index.php"; + $header_out['Location'] = "briskin5/index.php"; return TRUE; }