From 301aaccd3f64d7bca9a645fdde6c3b042ea03b4e Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Mon, 17 May 2004 23:41:56 +0000 Subject: [PATCH] (%InvisibleCookieParameters): Added pwd. --- wiki.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki.pl b/wiki.pl index 1875b142..83b74b3f 100755 --- a/wiki.pl +++ b/wiki.pl @@ -197,7 +197,7 @@ $HtmlHeaders = ''; # Additional stuff to put in the HTML section %CookieParameters = (username=>'', pwd=>'', theme=>'', css=>'', msg=>'', lang=>'', toplinkbar=>$TopLinkBar, embed=>$EmbedWiki, ); -%InvisibleCookieParameters = (msg => 1, ); +%InvisibleCookieParameters = (msg=>1, pwd=>1,); $IndentLimit = 20; # Maximum depth of nested lists $LanguageLimit = 3; # Number of matches req. for each language @@ -315,7 +315,7 @@ sub InitVariables { # Init global session variables for mod_perl! } } $WikiDescription = $q->p($q->a({-href=>'http://www.oddmuse.org/'}, 'Oddmuse')) - . $q->p('$Id: wiki.pl,v 1.395 2004/05/17 23:28:48 as Exp $'); + . $q->p('$Id: wiki.pl,v 1.396 2004/05/17 23:41:56 as Exp $'); $WikiDescription .= $ModulesDescription if $ModulesDescription; }