From: Steinar H. Gunderson Date: Sun, 13 Feb 2005 23:47:18 +0000 (+0000) Subject: Update username/password. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=cb390aeca6f5c863511744c13df94e029afbd868 Update username/password. --- 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;