diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:34:29 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:34:29 +0100 |
| commit | 56097745905585e72341fdc770e350bc304e463f (patch) | |
| tree | 0290b1c8deced4b8b014a44a459317e1877deeda | |
| parent | 6645b186beef02c30f490a0a4832b70503537447 (diff) | |
| download | kernel-56097745905585e72341fdc770e350bc304e463f.tar.gz kernel-56097745905585e72341fdc770e350bc304e463f.tar.bz2 kernel-56097745905585e72341fdc770e350bc304e463f.zip | |
Fix niggle with displaying information when install is being used
| -rwxr-xr-x | templates/server_stats_inc.tpl | 2 |
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:"–"} {/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} |
