优化 Cache底部显示细节
This commit is contained in:
parent
64cfa85877
commit
5afd87a52f
|
@ -39,7 +39,7 @@ class discuz_memory extends discuz_base
|
|||
if(!$this->memory->enable) {
|
||||
$this->memory = null;
|
||||
} else {
|
||||
$this->type = $cache;
|
||||
$this->type = $this->memory->cacheName;
|
||||
$this->enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
{lang time_now}
|
||||
<span id="debuginfo">
|
||||
<!--{if debuginfo()}-->, Processed in $_G[debuginfo][time] second(s), $_G[debuginfo][queries] queries
|
||||
<!--{if $_G['gzipcompress']}-->, Gzip On<!--{/if}--><!--{if C::memory()->type}-->, <!--{echo ucwords(C::memory()->type)}--> On<!--{/if}-->.
|
||||
<!--{if $_G['gzipcompress']}-->, Gzip On<!--{/if}--><!--{if C::memory()->type}-->, <!--{echo C::memory()->type}--> On<!--{/if}-->.
|
||||
<!--{/if}-->
|
||||
</span>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue