Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJustin Velluppillai <justin@innocraft.com>2021-09-27 04:13:39 +0300
committerGitHub <noreply@github.com>2021-09-27 04:13:39 +0300
commite05ed3fed6cc5803ae0dd3bdc70688fd460ae41a (patch)
tree9083dc80daa4b96c3e0af1551865f8610ca93e90 /config
parenta852707a7ce604138234f9e884601823f76a1131 (diff)
Disable http requests on config (#18063)
* re-init * Updated expected screenshot
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 5d18309b0f..e6ffb55f52 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -833,6 +833,11 @@ rearchive_reports_in_past_last_n_months = 6
; If set to 1, when rearchiving reports in the past we do not rearchive segment data with those reports. Default is 0.
rearchive_reports_in_past_exclude_segments = 0
+; Enable HTTP checks for required and recommended private directories in the diagnostic system check.
+; Set this to 0 if you need to skip it because your hosting provider makes your site inaccessible.
+; Default is 1.
+enable_required_directories_diagnostic = 1
+
; If set to 1, then social and search engine definitions files will be synchronised using the internet if "enable_internet_features" is enabled.
; When set to 0, the definitions will be loaded from the local definitions (updated with core).
enable_referrer_definition_syncs = 1
@@ -1220,4 +1225,4 @@ PluginsInstalled[] = Intl
SDK_batch_size = 10
SDK_interval_value = 30
-; NOTE: do not directly edit this file! See notice at the top
+; NOTE: do not directly edit this file! See notice at the top \ No newline at end of file