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:
authormattab <matthieu.aubry@gmail.com>2014-06-07 08:17:47 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-07 08:17:47 +0400
commit2bda5943b53c4e2864d82e2b45d56d05f872d299 (patch)
treec98d1d4be8aad5ebc77f8f7c675c2316ba9208ad /core/Filechecks.php
parent9ac745e231173d28abc31678eda850341cfee5e0 (diff)
use GNU/Linux instead of Linux
Diffstat (limited to 'core/Filechecks.php')
-rw-r--r--core/Filechecks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Filechecks.php b/core/Filechecks.php
index 7bbf0f1162..3fccf2c8a2 100644
--- a/core/Filechecks.php
+++ b/core/Filechecks.php
@@ -198,7 +198,7 @@ class Filechecks
$message .= "On Windows, check that the folder is not read only and is writable.\n
You can try to execute:<br />";
} else {
- $message .= "For example, on a Linux server if your Apache httpd user
+ $message .= "For example, on a GNU/Linux server if your Apache httpd user
is www-data, you can try to execute:<br />\n"
. "<code>chown -R www-data:www-data " . $path . "</code><br />";
}