From cb390aeca6f5c863511744c13df94e029afbd868 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 13 Feb 2005 23:47:18 +0000 Subject: [PATCH] Update username/password. --- html/ccbs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ccbs.pm b/html/ccbs.pm index 6080078..2b3ea04 100755 --- a/html/ccbs.pm +++ b/html/ccbs.pm @@ -14,7 +14,7 @@ sub print_header { sub db_connect { $ccbs_dbdebug = defined(shift) ? 1 : 0; - my $dbh = DBI->connect("dbi:Pg:dbname=ccbs;host=sql.samfundet.no", "ccbsmmeligaen", "Noohos8h") + my $dbh = DBI->connect("dbi:Pg:dbname=ccbs;host=sql.samfundet.no", "ccbs", "GeT|>>B_") or die "Couldn't connect to database"; $dbh->{RaiseError} = 1; return $dbh; -- 2.39.2