From 04892411b015cc29ab77c0e3c02abece7028fd4a Mon Sep 17 00:00:00 2001 From: Kyle Berry <4wd22r@gmail.com> Date: Wed, 9 May 2012 05:32:55 -0500 Subject: [PATCH] removing old pw --- bancount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bancount b/bancount index bbf5f36..a5f0b8e 100755 --- a/bancount +++ b/bancount @@ -7,7 +7,7 @@ use DBD::mysql; use Term::ANSIColor; my $mysqldb = "fail2bancount"; -my $mysqlpw = "OJ9tzckQyVqCLzut"; +my $mysqlpw = ""; my $mysqluser = "fail2bancount"; my $db = DBI->connect(