Author: Derick Rethans (derickr) Date: 2024-08-16T13:25:34+01:00 Commit: https://github.com/php/web-analytics/commit/32fc67d67f008b1eb379f99fa9dcfa4118e31b57 Raw diff: https://github.com/php/web-analytics/commit/32fc67d67f008b1eb379f99fa9dcfa4118e31b57.diff
Use place holder for salt, as this wasn't used as a PHP file. Changed paths: M www/config/config.ini.php Diff: diff --git a/www/config/config.ini.php b/www/config/config.ini.php index cd54a75..8cbed36 100644 --- a/www/config/config.ini.php +++ b/www/config/config.ini.php @@ -9,7 +9,7 @@ [General] noreply_email_address = "nore...@php.net" -salt = trim(file_get_contents("/local/this-box/matomo.env.salt")); +salt = "PLACEHOLDERFORSALT-REPLACEDONDEPLOY"; trusted_hosts[] = "analytics.php.net" [mail]