|
发表于 2022-1-18 20:47:27
|
查看全部
打开 template → default → common → footer.htm 模板文件,查找:
①
- <p>Powered by <strong><a target="_blank">Discuz!</a></strong> <em>$_G['setting']['version']</em><!--{if !empty($_G['setting']['boardlicensed'])}--> <a href="http://license.comsenz.com/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p>
- <p class="xs0">Copyright © 2001-2021, Tencent Cloud.</p>
复制代码
②
- <!--{if debuginfo()}-->, Processed in $_G[debuginfo][time] second(s), $_G[debuginfo][queries] queries
- <!--{if $_G['gzipcompress']}-->, Gzip On<!--{/if}--><!--{if C::memory()->type}-->, <!--{echo C::memory()->type}--> On<!--{/if}-->.
- <!--{/if}-->
复制代码 |
|