-
-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
Cactid lacks a default for $database_ssl
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -255,6 +255,7 @@ function db_check_reconnect() { | |
if (!isset($database_ssl_key)) $database_ssl_key = false; | ||
if (!isset($database_ssl_cert)) $database_ssl_cert = false; | ||
if (!isset($database_ssl_ca)) $database_ssl_ca = false; | ||
if (!isset($database_ssl)) $database_ssl = false; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
TheWitness
Author
Member
|
||
|
||
$version = db_fetch_cell('SELECT cacti FROM version', 'cacti', false); | ||
|
||
|
That should have been handled in global?