Skip to content

Commit 25f687c

Browse files
committed
Activity log mention
1 parent 449810f commit 25f687c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SecurityInfo",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Provides security information about your PHP environment and offers suggestions based on PhpSecInfo from the PHP Security Consortium.",
55
"keywords": ["security","phpsec"],
66
"license": "GPL v3+",

templates/index.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<p>{{ 'SecurityInfo_PluginDescription'|translate }}</p>
99
<p>Learn more: read our guide <a rel='noreferrer' target='_blank' href='http://piwik.org/security/how-to-secure-piwik/'>Hardening Piwik: How to make Piwik and your web server
1010
more secure?</a></p>
11+
12+
<p class="alert-info alert">Did you know?
13+
The <a target='_blank' href='?module=Proxy&action=redirect&url=https://plugins.piwik.org/ActivityLog'>Activity Log plugin for Piwik</a> improves your security and diagnostic
14+
by letting you quickly review the actions performed by members of your organization or clients in your Piwik.
15+
</p>
1116
</div>
1217
{% for i,section in results.test_results %}
1318
<div piwik-content-block content-title="{{ i|e('html_attr') }}">

0 commit comments

Comments
 (0)