mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-05 11:24:20 +00:00
display document body cache
This commit is contained in:
parent
900e3a453f
commit
eac2734b9f
@ -439,6 +439,10 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
|
||||
<?php } ?>
|
||||
</ul>
|
||||
<?php } ?>
|
||||
<?php if (!empty($document->body)) { ?>
|
||||
<h3><?php echo _('Cache') ?></h3>
|
||||
<pre><?php echo htmlentities($document->body) ?></pre>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user