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

This commit is contained in:
zach%zachlipton.com 2005-08-20 04:04:17 +00:00
Родитель ed09d4a900
Коммит 6bba52a808
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;