X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=84c3ce6342ea340911b5b7dc139f5eb661af10f2;hb=286da1eb1ec912c9d2c49a132f555b10e0084e53;hp=c8a15997c5645405d2276ab72280caf00adb9216;hpb=90c7420f07b9198d094ae0d297c391ede9adc1d9;p=brisk.git diff --git a/web/index.php b/web/index.php index c8a1599..84c3ce6 100644 --- a/web/index.php +++ b/web/index.php @@ -231,7 +231,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) @@ -243,7 +243,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) // Use of proxies isn't allowed. - if (!$G_is_local && is_proxy()) { + if (!$G_is_local && is_proxy($addr)) { return FALSE; } @@ -294,7 +294,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) $is_login = TRUE; } - log_legal($curtime, $user, "STAT:LOGIN", ''); + log_legal($curtime, $addr, $user, "STAT:LOGIN", ''); // recovery lost game if ($user->stat == "table") { @@ -865,7 +865,7 @@ supported by:
- + @@ -878,13 +878,14 @@ supported by:
@@ -1012,6 +1013,7 @@ echo "$body"; ?>