mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Unset the prepared statements used in the app_defaults.php files.
This commit is contained in:
@@ -60,6 +60,7 @@ if ($domains_processed == 1) {
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement, $row);
|
||||
}
|
||||
|
||||
//ensure that the default password length and strength are set
|
||||
@@ -109,6 +110,7 @@ if ($domains_processed == 1) {
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
unset($prep_statement, $row);
|
||||
}
|
||||
|
||||
//set the sip_profiles directory for older installs
|
||||
|
||||
Reference in New Issue
Block a user