mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-09 21:34:22 +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>
|
<h3><?php echo _('Cache') ?></h3>
|
||||||
<pre><?php echo htmlentities($document->body) ?></pre>
|
<pre><?php echo htmlentities($document->body) ?></pre>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php if ($config->webui->index->enabled && $document->get('time')) { ?>
|
<?php if ($config->webui->index->enabled) { ?>
|
||||||
<h3><?php echo _('Index') ?></h3>
|
<h3><?php echo _('Index') ?></h3>
|
||||||
<div>
|
<div>
|
||||||
<?php if ($document->get('index')) { ?>
|
<?php if ($document->get('index')) { ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user