Output the DATABASE_DSN when a PDO exception occurs during install.

This commit is contained in:
jgen 2014-02-22 16:37:55 -05:00
parent ce21fcd17c
commit 532557bdc8

View file

@ -338,6 +338,7 @@ EOD;
<br/><br/>
</div>
EOD;
if (defined('DATABASE_DSN')) { print "DATABASE_DSN = " + DATABASE_DSN; }
exit($e->getMessage());
}
catch (Exception $e)