mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix. generate XXX_dir options in config.lua (#1709)
This commit is contained in:
committed by
FusionPBX
parent
78d8619cfd
commit
2b2ca19da0
@@ -207,7 +207,6 @@ if (!class_exists('scripts')) {
|
||||
$tmp .= $this->correct_path(" document_root = [[".$_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."]];\n");
|
||||
$tmp .= "\n";
|
||||
|
||||
$tmp = "\n";
|
||||
$tmp .= "--store settings in memcache\n";
|
||||
$tmp .= " settings_in_cache = false;\n";
|
||||
$tmp .= "\n";
|
||||
|
||||
Reference in New Issue
Block a user