Put in b2config message.

git-svn-id: http://svn.automattic.com/wordpress/trunk@89 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-24 23:42:20 +00:00
parent 743b253e8e
commit 015be08632
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function mysql_doh($msg,$sql,$error) {
die();
}
$connexion = mysql_connect($server, $loginsql, $passsql) or die("Can't connect to the database<br />".mysql_error());
$connexion = mysql_connect($server, $loginsql, $passsql) or die("<h1>Check your b2config.php file!</h1>Can't connect to the database<br />".mysql_error());
$dbconnexion = mysql_select_db($base, $connexion);
if (!$dbconnexion) {