From a26e66b232990ad6d767c821dc362e0453af6d62 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 8 Feb 2013 13:37:57 +0100 Subject: [PATCH] improve and shorten security warning, add link to docs, fix #1342 --- core/css/styles.css | 1 + core/templates/installation.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index cefab2d49ff..fd74ffc5981 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -210,6 +210,7 @@ fieldset.warning { border-radius:5px; } fieldset.warning legend { color:#b94a48 !important; } +fieldset.warning a { color:#b94a48 !important; font-weight:bold; } /* Alternative Logins */ #alternative-logins legend { margin-bottom:10px; } diff --git a/core/templates/installation.php b/core/templates/installation.php index f3d232b637e..360be496463 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -29,7 +29,8 @@
t('Security Warning');?> - t('Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.');?> +

t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.');?>
+ t('For information how to properly configure your server, please see the documentation.');?>

-- 2.39.5