diff options
Diffstat (limited to 'templates/server_stats_inc.tpl')
| -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} |
