chore: update footer url

This commit is contained in:
Baoshuo Ren 2022-09-18 10:11:19 +08:00
parent 8d996146f6
commit b2f4bb4aa4
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -20,7 +20,7 @@
<?php if (UOJConfig::$data['profile']['ICP-license'] != ''): ?>
<p><a target="_blank" href="https://beian.miit.gov.cn" style="text-decoration:none;"><?= UOJConfig::$data['profile']['ICP-license'] ?></a></p>
<?php endif ?>
<p><?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?> | <a href="https://github.com/renbaoshuo/UOJ-System" target="_blank"><?= UOJLocale::get('opensource project') ?></a></p>
<p><?= UOJLocale::get('server time') ?>: <?= UOJTime::$time_now_str ?> | <a href="https://github.com/renbaoshuo/S2OJ" target="_blank"><?= UOJLocale::get('opensource project') ?></a></p>
</div>
<?php endif ?>
</div>