Browse Source

update index feature condition

main
yggverse 8 months ago
parent
commit
36c0460fe4
  1. 2
      src/webui/explore.php

2
src/webui/explore.php

@ -495,7 +495,7 @@ if ($config->webui->index->enabled) @@ -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…
Cancel
Save