Skip to content

Commit 9301985

Browse files
committed
Sigh.
1 parent 6e1e316 commit 9301985

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/sprinkles/account/config/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
* your browser will send your (super secret) cookies to host20.vps.blah.com.
8080
*
8181
* You only want to turn this on if you want machine1.foo.com to receive the
82-
* cookies that THIS MACHINE (machine2.foo.com) set.
82+
* cookies that THIS MACHINE (machine2.foo.com) set.
8383
*/
8484
'remember_me' => [
8585
'cookie' => [
8686
'name' => 'rememberme',
8787
],
88-
'domain' => null,
88+
'domain' => null,
8989
'expire_time' => 604800,
9090
'session' => [
9191
'path' => '/',

0 commit comments

Comments
 (0)