summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-03-27 09:54:40 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-03-27 09:54:40 +0100
commita62f38a18b2b5c38e9706d3349ab773650f7bb34 (patch)
tree84e6fd8beca4f0352f8bd310ffa07f2e05877cfe /settings
parent880b31c513eb755a057ca075d462e34ace911d0e (diff)
parent9d1ce53cb1e4f3f8d04de2e442e2928f3e7bab7c (diff)
downloadnextcloud-server-a62f38a18b2b5c38e9706d3349ab773650f7bb34.tar.gz
nextcloud-server-a62f38a18b2b5c38e9706d3349ab773650f7bb34.zip
Merge pull request #15225 from owncloud/make-setups-for-users-that-tend-to-use-owncloud-on-not-proper-machines-a-little-bit-more-secure
Add some generic default headers as well via PHP
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 44680674e8e..c49800d97be 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -468,6 +468,7 @@ if ($_['cronErrors']) {
<li><a target="_blank" href="<?php p(link_to_docs('admin-performance')); ?>"><?php p($l->t('Performance tuning'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('admin-config')); ?>"><?php p($l->t('Improving the config.php'));?> ↗</a></li>
<li><a target="_blank" href="<?php p(link_to_docs('developer-theming')); ?>"><?php p($l->t('Theming'));?> ↗</a></li>
+ <li><a target="_blank" href="<?php p(link_to_docs('admin-security')); ?>"><?php p($l->t('Hardening and security guidance'));?> ↗</a></li>
</ul>
</div>