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:
authorChristian Raue <christian.raue@gmail.com>2014-07-16 16:33:05 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-19 12:31:14 +0400
commita054de65ed078a7786033f8e2793438ecdb65840 (patch)
tree110445c993b4bee9584a020ce20fca53adabeb8e /plugins/Installation/ServerFilesGenerator.php
parent6f079639d0dd47dfc2b023a7cb0bcb6b69c066eb (diff)
fixed method visibility keyword order
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 5b38fcf1d0..df0c91f081 100644
--- a/plugins/Installation/ServerFilesGenerator.php
+++ b/plugins/Installation/ServerFilesGenerator.php
@@ -64,7 +64,7 @@ class ServerFilesGenerator
}
}
- static public function createHtAccessDenyAll($path)
+ public static function createHtAccessDenyAll($path)
{
self::createHtAccess($path, $overwrite = false, self::getDenyAllHtaccessContent());
}