``` <?php $userId = lzj_get_current_user_id(); if (empty($userId)) { $base64 = base64_encode("https://".$_SERVER['SERVER_NAME'].$_SERVER["REQUEST_URI"]); header("Location: https://passport.lzjia.com/?redirect=".$base64); exit; } ?> ```