Since we just required that we wipe the db, we'd better change the name for the login_cookie again...

git-svn-id: svn://10.0.0.236/trunk@178333 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
zach%zachlipton.com
2005-08-20 04:04:17 +00:00
parent 35d8d3020b
commit f28da070ad

View File

@@ -30,7 +30,7 @@ our $version = "0.0.2";
# if true, then Litmus will not accept any requests
our $disabled = 0;
our $user_cookiename = "litmus_newlogincookie";
our $user_cookiename = "litmus_logincookie_002";
our $sysconfig_cookiename = "litmus_sysconfig";
1;
1;