mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-27 06:54:21 +00:00
show reindex feature on indexed pages only
This commit is contained in:
parent
fef2b1abec
commit
bb948fed35
@ -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…
x
Reference in New Issue
Block a user