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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-10-30 03:26:45 +0300
committerGitHub <noreply@github.com>2019-10-30 03:26:45 +0300
commit87d78084881cf9d253fa23a65a2ffaa38b2d7950 (patch)
treeb59eaa04766f9d0c6f7d57c90ab6be590b8b8329 /plugins/Installation/ServerFilesGenerator.php
parent9d6b5c2f50a89d4e06b136ebdb49056ad3eb6440 (diff)
Make getAllowHtaccessContent method public #15062 (#15074)
Similar to https://github.com/matomo-org/matomo/pull/15062 needed for https://github.com/matomo-org/wp-matomo/pull/50 @sgiehl fyi will merge this one too
Diffstat (limited to 'plugins/Installation/ServerFilesGenerator.php')
-rw-r--r--plugins/Installation/ServerFilesGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/ServerFilesGenerator.php b/plugins/Installation/ServerFilesGenerator.php
index 28ebfe0c9c..3bc5750e22 100644
--- a/plugins/Installation/ServerFilesGenerator.php
+++ b/plugins/Installation/ServerFilesGenerator.php
@@ -268,7 +268,7 @@ HTACCESS_DENY;
/**
* @return string
*/
- protected static function getAllowHtaccessContent()
+ public static function getAllowHtaccessContent()
{
$allow = <<<HTACCESS_ALLOW
<IfModule mod_version.c>