feat: faq page not require login

This commit is contained in:
Baoshuo Ren 2022-09-20 17:06:25 +08:00
parent a73b212b32
commit 7b4fb77260
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -2,10 +2,6 @@
requireLib('shjs');
requireLib('mathjax');
if (!Auth::check()) {
become403Page(UOJLocale::get('need login'));
}
echoUOJPageHeader(UOJLocale::get('help'));
?>
<article>