S2OJ/web/app/controllers/subdomain/blog/aboutme.php

19 lines
430 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');
if (!Auth::check()) {
becomeMsgPage(UOJLocale::get('need login'));
}
?>
<?php echoUOJPageHeader('关于我') ?>
<?php if (UOJContext::user()['username'] != 'vfleaking'): ?>
<h3>博主是个超级大神犇!</h3>
<?php else: ?>
<h3>博主太弱了!</h3>
<?php endif ?>
(好吧目前暂时不支持定制此页,我错了我会加这个功能的 T_T……
<?php echoUOJPageFooter() ?>