mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
display document body cache
This commit is contained in:
parent
900e3a453f
commit
eac2734b9f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue