mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix: inherit mysqli from config
This commit is contained in:
parent
b96f0290df
commit
9ddee676b6
@ -69,7 +69,9 @@ else {
|
||||
}
|
||||
|
||||
// Check if mysqli is available
|
||||
$config["mysqli"] = extension_loaded(mysqli);
|
||||
if (!(isset($config["mysqli"]))) {
|
||||
$config["mysqli"] = extension_loaded(mysqli);
|
||||
}
|
||||
|
||||
$config['start_time'] = microtime (true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user