From 2f3eb0acd32f10bf160a94de786ce64b49c16f50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benni=20B=C3=A4rmann?= Date: Sat, 22 Sep 2012 20:13:40 +0200 Subject: [PATCH] found another password display bug --- html/player.epl | 2 +- src/FROGS/Config.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.1.4