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