mirror of
https://github.com/tursom/typecho-plugin-Access.git
synced 2024-12-28 05:40:40 +08:00
commit
365a60b30a
@ -345,7 +345,7 @@ class Access_Core
|
||||
$entrypoint = Typecho_Cookie::get('__typecho_access_entrypoint');
|
||||
}
|
||||
if (parse_url($entrypoint, PHP_URL_HOST) == parse_url(Helper::options()->siteUrl, PHP_URL_HOST)) {
|
||||
$entrypoint = null;
|
||||
$entrypoint = '';
|
||||
}
|
||||
if ($entrypoint != null) {
|
||||
Typecho_Cookie::set('__typecho_access_entrypoint', $entrypoint);
|
||||
|
Loading…
Reference in New Issue
Block a user