Add files via upload

This commit is contained in:
Last
2018-11-15 17:39:11 +08:00
committed by GitHub
parent ed7db38abd
commit eec60a63f2
28 changed files with 2338 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<div class="text-muted" id="footer">
<div class="container" style="overflow: hidden;">
<dl class="row">
<dt>
<!--{hook footer_footer_left_start.htm}-->
Powered by <a href="http://bbs.xiuno.com/" target="_blank" class="text-muted"><b>Xiuno BBS <span><?php echo $conf['version'];?></span></b></a>
<!--{hook footer_footer_left_end.htm}-->
</dt>
<dd class="text-right">
<!--{hook footer_footer_right_start.htm}-->
Time: <b><?php echo substr(microtime(1) - $starttime, 0, 5);?></b>, SQL: <b><?php echo count($db->sqls);?></b>
<!--{hook footer_footer_right_end.htm}-->
</dd>
</dl>
</div>
</div>