fix: 退出登录失败

This commit is contained in:
hipi 2021-06-08 14:08:05 +08:00 committed by GitHub
parent 21d948d187
commit 0df05db0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@
<a rel="noopener noreferrer nofollow" target="_blank" href="<?php $this->options->adminUrl("options-theme.php"); ?>">修改外观</a>
<?php endif; ?>
<a rel="noopener noreferrer nofollow" target="_blank" href="<?php $this->options->adminUrl(); ?>">进入后台</a>
<a rel="noopener noreferrer nofollow" href="<?php $this->options->logoutUrl(); ?>">退出登录</a>
<a href="<?php $this->options->logoutUrl(); ?>">退出登录</a>
</nav>
</div>
<?php else : ?>