aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/cache/settings.php
blob: ad1e54439cfdfd2f128e1f4ba9886ed02fc29136 (plain)
1
2
3
4
5
6
<? if ($enabled) : ?>
    <div id="cache-admin-container">
        <cache-administration :cache-types='<?= htmlReady(json_encode($types)) ?>' current-cache="<?= htmlReady($cache) ?>"
                     :current-config='<?= htmlReady(json_encode($config)) ?>'></cache-administration>
    </div>
<? endif;