Change default day to "today"

i reinstalled piwik and need to change the default day to “today”.

i forgot how i can do this.

i tried to add this line below the content of the config.ini.php:


PluginsInstalled[] = ExampleFeedburner
PluginsInstalled[] = Provider
PluginsInstalled[] = Feedback
PluginsInstalled[] = CoreUpdater

default_day = today

but it does not work.
default day is still yesterday.

thank you for your help
h.

[quote=hanseate @ Nov 9 2009, 12:06 PM]i reinstalled piwik and need to change the default day to “today”.

i forgot how i can do this.

i tried to add this line below the content of the config.ini.php:


PluginsInstalled[] = ExampleFeedburner
PluginsInstalled[] = Provider
PluginsInstalled[] = Feedback
PluginsInstalled[] = CoreUpdater

default_day = today

but it does not work.
default day is still yesterday.

thank you for your help
h.[/quote]

Hi, just happened to run into this myself. Try adding the following to config/config.ini.php

[General]
default_day = today
default_period = day
visit_standard_length = 3600

Regards,
jcb

seems to work.

thx a lot