mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 07:38:42 +00:00
feat: faq page not require login
This commit is contained in:
parent
a73b212b32
commit
7b4fb77260
@ -2,10 +2,6 @@
|
||||
requireLib('shjs');
|
||||
requireLib('mathjax');
|
||||
|
||||
if (!Auth::check()) {
|
||||
become403Page(UOJLocale::get('need login'));
|
||||
}
|
||||
|
||||
echoUOJPageHeader(UOJLocale::get('help'));
|
||||
?>
|
||||
<article>
|
||||
|
Loading…
Reference in New Issue
Block a user