Revert "Log and always regenerate MVLog maps on save"

This reverts commit 6ba4050d9a.
This commit is contained in:
hbrain 2026-06-02 11:03:19 +00:00
parent 6ba4050d9a
commit f46217f37b
2 changed files with 26 additions and 50 deletions

View file

@ -485,7 +485,6 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<?php endforeach; ?>
</div>
<?php if ($articleId === ''): ?>
<div class="pages">
<?php for($i=1;$i<=$pages;$i++):
$linkParams = $baseParams;
@ -494,7 +493,6 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
<a class="<?=$i===$page?'active':''?>" href="<?=h(query_url($linkParams))?>"><?=$i?></a>
<?php endfor; ?>
</div>
<?php endif; ?>
</section>
</main>
<?php include __DIR__ . '/_footer.php'; ?>