mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-04 19:04:24 +00:00
update index feature condition
This commit is contained in:
parent
39f42288ec
commit
36c0460fe4
@ -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…
x
Reference in New Issue
Block a user