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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Installation/SystemCheck.php')
-rw-r--r--plugins/Installation/SystemCheck.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Installation/SystemCheck.php b/plugins/Installation/SystemCheck.php
index 69eb888654..5094722d7d 100644
--- a/plugins/Installation/SystemCheck.php
+++ b/plugins/Installation/SystemCheck.php
@@ -192,7 +192,6 @@ class SystemCheck
$infos['is_nfs'] = Filesystem::checkIfFileSystemIsNFS();
$infos = self::enrichSystemChecks($infos);
-
return $infos;
}
@@ -276,7 +275,6 @@ class SystemCheck
return $result;
}
-
private static function checkGeolocation(&$result)
{
$currentProviderId = LocationProvider::getCurrentProviderId();
@@ -317,7 +315,6 @@ class SystemCheck
Db::exec("DELETE FROM `$optionTable` WHERE option_name IN ('" . implode("','", $testOptionNames) . "')");
}
-
protected static function initServerFilesForSecurity()
{
ServerFilesGenerator::createWebConfigFiles();