From: Benni Bärmann Date: Sat, 22 Sep 2012 18:13:40 +0000 (+0200) Subject: found another password display bug X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=commitdiff_plain;h=2f3eb0acd32f10bf160a94de786ce64b49c16f50 found another password display bug --- diff --git a/html/player.epl b/html/player.epl index 46c7540..d954a1e 100644 --- a/html/player.epl +++ b/html/player.epl @@ -27,7 +27,7 @@ ($udat{-lang}) = $db->read_player($id,'LANGUAGE'); } - $escmode = 0; + $escmode = 0; # TODO: klappt nich :-( # $out = ''; diff --git a/src/FROGS/Config.pm b/src/FROGS/Config.pm index 47423a9..4244760 100644 --- a/src/FROGS/Config.pm +++ b/src/FROGS/Config.pm @@ -200,7 +200,7 @@ while(){ next if /^\s*\#.*$/; $::conf->{-DB_PASSWD} = $_; } -print $::conf->{-DB_PASSWD}; + close CONFIG or die "could not close config file $conf: $!\n"; 1;