Merge pull request #33 from hipi/patch-1

fix: 退出登录失败
This commit is contained in:
Joe 2021-06-08 14:21:52 +08:00 committed by GitHub
commit 4fa8efe50d
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> <a rel="noopener noreferrer nofollow" target="_blank" href="<?php $this->options->adminUrl("options-theme.php"); ?>">修改外观</a>
<?php endif; ?> <?php endif; ?>
<a rel="noopener noreferrer nofollow" target="_blank" href="<?php $this->options->adminUrl(); ?>">进入后台</a> <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> </nav>
</div> </div>
<?php else : ?> <?php else : ?>