mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
show reindex feature on indexed pages only
This commit is contained in:
parent
fef2b1abec
commit
bb948fed35
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ if ($config->webui->reindex->enabled)
|
|||
<h3><?php echo _('Cache') ?></h3>
|
||||
<pre><?php echo htmlentities($document->body) ?></pre>
|
||||
<?php } ?>
|
||||
<?php if ($config->webui->reindex->enabled) { ?>
|
||||
<?php if ($config->webui->reindex->enabled && $document->get('time')) { ?>
|
||||
<h3><?php echo _('Reindex') ?></h3>
|
||||
<div>
|
||||
<?php if ($document->get('reindex')) { ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue