From 8c738eeb389795d8ee20db7f2b974e5b81447531 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Wed, 18 Oct 2017 16:16:46 -0700 Subject: [PATCH] Update filesystem.md --- docs/framework/filesystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/filesystem.md b/docs/framework/filesystem.md index fdb906f9..e3b5c509 100644 --- a/docs/framework/filesystem.md +++ b/docs/framework/filesystem.md @@ -130,8 +130,8 @@ echo Civi::resources()->addScriptFile('civicrm.bower', 'jquery/dist/jquery.min.j ## Local data files -CiviCRM also needs a directory for storing a variety of site-specific data -files, such as logs, caches, and uploads. This directory is located outside +CiviCRM also needs a directory for storing volatile data files, such as +logs, caches, and uploads. This directory is located outside the main codebase -- in a location that can be safely preserved during upgrades. -- GitLab