S2OJ/web/app/controllers/subdomain/blog/aboutme.php
Masco Skray 96d4a3ecf7 style(judger,web): move code out from subfolder "1"
Due to historical reasons, the code is in subfolder "1".
With SVN removal, we place the code back and remove the annoying "1" folder.
2019-06-14 23:34:41 +08:00

13 lines
354 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php requirePHPLib('form') ?>
<?php echoUOJPageHeader('关于我') ?>
<?php if (UOJContext::user()['username'] != 'vfleaking'): ?>
<h3>博主是个超级大神犇!</h3>
<?php else: ?>
<h3>博主太弱了!</h3>
<?php endif ?>
(好吧目前暂时不支持定制此页,我错了我会加这个功能的 T_T……
<?php echoUOJPageFooter() ?>