mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Revert "Security: Fixed leaking database password when can't connect"
This reverts commit a55ec208aa
.
This commit is contained in:
@@ -110,10 +110,12 @@ defined('MYAAC') or die('Direct access not allowed!');
|
||||
return; // installer will take care of this
|
||||
}
|
||||
|
||||
throw new SensitiveException('ERROR: Cannot connect to MySQL database.' . PHP_EOL .
|
||||
'Possible reasons:' . PHP_EOL .
|
||||
' * MySQL is not configured propertly in config.lua.' . PHP_EOL .
|
||||
' * MySQL server is not running.' . PHP_EOL .
|
||||
$error->getMessage());
|
||||
die('ERROR: Cannot connect to MySQL database.<br/>' .
|
||||
'Possible reasons:' .
|
||||
'<ul>' .
|
||||
'<li>MySQL is not configured propertly in <i>config.lua</i>.</li>' .
|
||||
'<li>MySQL server is not running.</li>' .
|
||||
'</ul>' . $error);
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user