AVsitter/php
Sei Lisa 65ce40036a Fix warning when the initial connection to the database fails
When `mysqli_connect` fails, `$link` becomes false, and the `or` branch is taken, which uses `mysqli_error($link)`, which in turn fails because `$link` is false.

Since it's correctly checking `mysqli_connect_errno()` in the next line, just removing the `or` suffices.

Per report by jonhboy Resident.
2018-05-17 00:45:15 +02:00
..
settings-config.inc.php Move configuration to a separate file. 2017-09-15 18:22:18 +02:00
settings.php Fix warning when the initial connection to the database fails 2018-05-17 00:45:15 +02:00