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