mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-10 09:58:41 +00:00
96d4a3ecf7
Due to historical reasons, the code is in subfolder "1". With SVN removal, we place the code back and remove the annoying "1" folder.
13 lines
354 B
PHP
13 lines
354 B
PHP
<?php requirePHPLib('form') ?>
|
||
<?php echoUOJPageHeader('关于我') ?>
|
||
|
||
<?php if (UOJContext::user()['username'] != 'vfleaking'): ?>
|
||
<h3>博主是个超级大神犇!</h3>
|
||
<?php else: ?>
|
||
<h3>博主太弱了!</h3>
|
||
<?php endif ?>
|
||
|
||
(好吧目前暂时不支持定制此页,我错了我会加这个功能的 T_T……)
|
||
|
||
<?php echoUOJPageFooter() ?>
|