mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
log cookie
This commit is contained in:
@@ -1939,6 +1939,7 @@ function get_user_row($id)
|
||||
}
|
||||
|
||||
function userlogin() {
|
||||
do_log("COOKIE:" . json_encode($_COOKIE) . ", uid: " . (isset($_COOKIE['c_secure_uid']) ? base64($_COOKIE["c_secure_uid"],false) : ''));
|
||||
static $loginResult;
|
||||
if (!is_null($loginResult)) {
|
||||
return $loginResult;
|
||||
|
||||
Reference in New Issue
Block a user