diff --git a/web/app/controllers/faq.php b/web/app/controllers/faq.php index b0cf6a6..4fccbb5 100644 --- a/web/app/controllers/faq.php +++ b/web/app/controllers/faq.php @@ -2,10 +2,6 @@ requireLib('shjs'); requireLib('mathjax'); - if (!Auth::check()) { - become403Page(UOJLocale::get('need login')); - } - echoUOJPageHeader(UOJLocale::get('help')); ?>