diff --git a/setup.php b/setup.php index 30a2ea1c..cfb7a5cd 100644 --- a/setup.php +++ b/setup.php @@ -238,7 +238,7 @@ if ($f_sqlite_open == 1) if ($config_loaded) { list ($link, $error_text) = db_connect(TRUE); if ($error_text == "") { - print "
  • Testing database connection - OK - {$CONF['database_type']}://{$CONF['database_user']}:xxxxx@{$CONF['database_host']}/{$CONF['database_name']}
  • "; + print "
  • Testing database connection (using {$CONF['database_type']}) - OK
  • "; } else { print "
  • Error: Can't connect to database
    \n"; print "Please edit the \$CONF['database_*'] parameters in config.local.php.\n";