This commit is contained in:
swag 2022-04-03 23:35:59 -04:00
parent 71501bc904
commit dfb27d3815

View File

@ -44,7 +44,7 @@ under sub ($c) {
$c->counter->increment_visitor_count();
$c->session(
expiration => 86400,
counted => 'true'
counted => 1
);
}