1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-30 04:17:02 +00:00

fix(web/blog/aboutme): style

This commit is contained in:
Baoshuo Ren 2022-03-17 16:27:54 +08:00
parent e1631c09b5
commit 4c98089f53
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -1,9 +1,9 @@
<?php
requirePHPLib('form');
requirePHPLib('form');
if (!Auth::check()) {
becomeMsgPage(UOJLocale::get('need login'));
}
if (!Auth::check()) {
becomeMsgPage(UOJLocale::get('need login'));
}
?>
<?php echoUOJPageHeader('关于我') ?>