summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-18 09:34:29 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-18 09:34:29 +0100
commit56097745905585e72341fdc770e350bc304e463f (patch)
tree0290b1c8deced4b8b014a44a459317e1877deeda /templates
parent6645b186beef02c30f490a0a4832b70503537447 (diff)
downloadkernel-56097745905585e72341fdc770e350bc304e463f.tar.gz
kernel-56097745905585e72341fdc770e350bc304e463f.tar.bz2
kernel-56097745905585e72341fdc770e350bc304e463f.zip
Fix niggle with displaying information when install is being used
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/server_stats_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/server_stats_inc.tpl b/templates/server_stats_inc.tpl
index a05211a..2f8a2c0 100755
--- a/templates/server_stats_inc.tpl
+++ b/templates/server_stats_inc.tpl
@@ -5,6 +5,6 @@
{if $server_load}
, {tr}Load:{/tr} {$server_load|default:"&#8211;"}
{/if}
- , Cache: {if BitBase::isCacheActive()}<a href="{$smarty.const.KERNEL_PKG_URL}admin/apc.php">APCu Objects</a>{else}OFF{/if}
+ , Cache: {if $gBitSystem->isCacheActive()}<a href="{$smarty.const.KERNEL_PKG_URL}admin/apc.php">APCu Objects</a>{else}OFF{/if}
</div>
{/if}{/strip}