Skip to content

Commit

Permalink
Update ConnectDB_postgres.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT committed Mar 1, 2018
1 parent 60a112c commit 76704de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/ConnectDB_postgres.inc
Expand Up @@ -23,10 +23,10 @@ $db = pg_connect( $PgConnStr );

if( !$db ) {
if($debug==1) {
echo '<BR>' . $PgConnStr . '<BR>';
echo '<br>' . $PgConnStr . '<br>';
}
echo '<BR>' . _('The company name entered together with the configuration in the file config.php for the database user name and password do not provide the information required to connect to the database.') . '<BR><BR>' . _(' Try logging in with an alternative company name.');
echo '<BR><A HREF="index.php">' . _('Back to login page') . '</A>';
echo '<br>' . _('The company name entered together with the configuration in the file config.php for the database user name and password do not provide the information required to connect to the database.') . '<br><br>' . _(' Try logging in with an alternative company name.');
echo '<br><a href="index.php">' . _('Back to login page') . '</a>';
unset($_SESSION['DatabaseName']);
exit;
}
Expand Down

0 comments on commit 76704de

Please sign in to comment.