diff options
author | Yorhel <git@yorhel.nl> | 2015-06-10 18:53:43 +0200 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2015-06-10 18:54:29 +0200 |
commit | a39054f37df8e69d512c26a76cbc9b20d4561200 (patch) | |
tree | 9febaa0cfd6e7deb49b2127a6fc4f2184293cc20 /data/config_example.pl | |
parent | bacdb08ba7337a587b55ef2031f06aa36c793504 (diff) |
config_example.pl: Add a cookie_defaults.path
Looks like login won't always work correctly without.
Diffstat (limited to 'data/config_example.pl')
-rw-r--r-- | data/config_example.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config_example.pl b/data/config_example.pl index 6e0bbe37..56ed2ec7 100644 --- a/data/config_example.pl +++ b/data/config_example.pl @@ -10,6 +10,7 @@ package VNDB; xml_pretty => 0, log_queries => 0, debug => 1, + cookie_defaults => { path => '/' }, ); %S = ( |