mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update index feature condition
This commit is contained in:
parent
39f42288ec
commit
36c0460fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ if ($config->webui->index->enabled)
|
|||
<h3><?php echo _('Cache') ?></h3>
|
||||
<pre><?php echo htmlentities($document->body) ?></pre>
|
||||
<?php } ?>
|
||||
<?php if ($config->webui->index->enabled && $document->get('time')) { ?>
|
||||
<?php if ($config->webui->index->enabled) { ?>
|
||||
<h3><?php echo _('Index') ?></h3>
|
||||
<div>
|
||||
<?php if ($document->get('index')) { ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue