FAQ
FAQ : Customizing phpMyVisites
How do I go directly to the statistics of the current day?
By default, phpMyVisites displays yesterdays statistics. To have the current days statistics as the default, change
define('DEFAULT_DAY_TODAY', false);
with the new line
define('DEFAULT_DAY_TODAY', true);
in the file /config.inc.php
Job is done!
Back to FAQ