Browse Source

Update app_config.php

FusionPBX 6 years ago
parent
commit
6cbca89daa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/default_settings/app_config.php

+ 1 - 1
core/default_settings/app_config.php

@@ -433,7 +433,7 @@
 		$apps[$x]['default_settings'][$y]['default_setting_category'] = "cache";
 		$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "location";
 		$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
-		$apps[$x]['default_settings'][$y]['default_setting_value'] = "/tmp";
+		$apps[$x]['default_settings'][$y]['default_setting_value'] = "/var/cache/fusionpbx";
 		$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
 		$apps[$x]['default_settings'][$y]['default_setting_description'] = "Location for the file cache.";