Skip to content

Commit 9c58f4e

Browse files
authored
fix: Updated paths mentioning "piwik/" to "/path/to/matomo/". (matomo-org#18300)
1 parent ed85bda commit 9c58f4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/Plugin/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ public static function setHostValidationVariablesView($view)
892892
'</a>'
893893
));
894894
}
895-
$view->invalidHostMessageHowToFix = '<p><b>How do I fix this problem and how do I login again?</b><br/> The Matomo Super User can manually edit the file piwik/config/config.ini.php
895+
$view->invalidHostMessageHowToFix = '<p><b>How do I fix this problem and how do I login again?</b><br/> The Matomo Super User can manually edit the file /path/to/matomo/config/config.ini.php
896896
and add the following lines: <pre>[General]' . "\n" . 'trusted_hosts[] = "' . $invalidHost . '"</pre>After making the change, you will be able to login again.</p>
897897
<p>You may also <i>disable this security feature (not recommended)</i>. To do so edit config/config.ini.php and add:
898898
<pre>[General]' . "\n" . 'enable_trusted_host_check=0</pre>';

libs/jqplot/build_minified_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build jqplot-custom.min.js
2-
# the yuicompressor needs to be set up in piwik/js (see piwik/js/README.md)
2+
# the yuicompressor needs to be set up in /path/to/matomo/js (see /path/to/matomo/js/README.md)
33

44
cat jqplot.core.js > jqplot-custom.min.js-temp
55
cat jqplot.linearAxisRenderer.js >> jqplot-custom.min.js-temp

plugins/CorePluginsAdmin/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ protected function getPluginsInfo($themesOnly = false)
297297
// If the plugin has been renamed, we do not show message to ask user to update plugin
298298
list($pluginNameRenamed, $methodName) = Request::getRenamedModuleAndAction($pluginName, 'index');
299299
if ($pluginName != $pluginNameRenamed) {
300-
$suffix = "You may uninstall the plugin or manually delete the files in piwik/plugins/$pluginName/";
300+
$suffix = "You may uninstall the plugin or manually delete the files in /path/to/matomo/plugins/$pluginName/";
301301
}
302302

303303
if ($this->pluginManager->isPluginInFilesystem($pluginName)) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* Download latest version from https://github.com/yui/yuicompressor/releases/download/v2.4.8/yuicompressor-2.4.8.zip
2-
* extract the yuicompressor.jar in the piwik/tests/resources/yuicompressor folder
2+
* extract the yuicompressor.jar in the /path/to/matomo/tests/resources/yuicompressor folder

0 commit comments

Comments
 (0)