diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-03-26 15:30:00 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-03-26 22:32:57 +0100 |
commit | 9d1ce53cb1e4f3f8d04de2e442e2928f3e7bab7c (patch) | |
tree | 7211c2361a63aebfedff4c529a3df3d3995af8b5 /settings/templates | |
parent | 74a9fc29b43b54ec8aa9f6b9cac1cbfa4a5136e2 (diff) | |
download | nextcloud-server-9d1ce53cb1e4f3f8d04de2e442e2928f3e7bab7c.tar.gz nextcloud-server-9d1ce53cb1e4f3f8d04de2e442e2928f3e7bab7c.zip |
Add some generic default headers as well via PHP
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 42ae42a4d02..f37b541e421 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -444,6 +444,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> |