Update notice about how to enable Visitors Counter

This commit is contained in:
slawkens 2025-06-13 21:24:52 +02:00
parent 0c95bcfd06
commit 98b13c91a4

View File

@ -19,8 +19,7 @@ $use_datatable = true;
if (!setting('core.visitors_counter')): ?> if (!setting('core.visitors_counter')): ?>
Visitors counter is disabled.<br/> Visitors counter is disabled.<br/>
You can enable it by editing this configurable in <b>config.local.php</b> file:<br/> You can enable it Settings -> General -> Visitors Counter.<br/>
<p style="margin-left: 3em;"><b>$config['visitors_counter'] = true;</b></p>
<?php <?php
return; return;
endif; endif;