mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Fix. generate correct config file. (#1708)
This commit is contained in:
committed by
FusionPBX
parent
504ea75d3b
commit
9fcf45d05b
@@ -209,7 +209,7 @@ if (!class_exists('scripts')) {
|
||||
|
||||
$tmp = "\n";
|
||||
$tmp .= "--store settings in memcache\n";
|
||||
$tmp .= $this->correct_path(" settings_in_cache = false;\n");
|
||||
$tmp .= " settings_in_cache = false;\n";
|
||||
$tmp .= "\n";
|
||||
|
||||
if ((strlen($this->db_type) > 0) || (strlen($this->dsn_name) > 0)) {
|
||||
|
||||
Reference in New Issue
Block a user