summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-11-23 15:01:14 +0100
committerFrank Karlitschek <frank@owncloud.org>2012-11-23 15:01:14 +0100
commit470e93e4dfa09dacb568cc14acd0b3c68f22a872 (patch)
treea09332337490ce4649b0a29a8b0c3f6c0156ee6f /core
parentf359c2a716d69144c15fe9af856d8d985def8416 (diff)
downloadnextcloud-server-470e93e4dfa09dacb568cc14acd0b3c68f22a872.tar.gz
nextcloud-server-470e93e4dfa09dacb568cc14acd0b3c68f22a872.zip
backport pullrequest 561
Diffstat (limited to 'core')
-rw-r--r--core/templates/installation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 5a3bd2cc9f0..cd147af799b 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -19,7 +19,7 @@
</ul>
<?php endif; ?>
<?php if(!$_['secureRNG']): ?>
- <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7;">
+ <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7; border-style:solid; border-radius: 5px; border-width:1px; padding:0.5em;">
<legend><strong><?php echo $l->t('Security Warning');?></strong></legend>
<span><?php echo $l->t('No secure random number generator is available, please enable the PHP OpenSSL extension.');?></span>
<br/>
@@ -27,7 +27,7 @@
</fieldset>
<?php endif; ?>
<?php if(!$_['htaccessWorking']): ?>
- <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7;">
+ <fieldset style="color: #B94A48; background-color: #F2DEDE; border-color: #EED3D7; border-style:solid; border-radius: 5px; border-width:1px; padding:0.5em;">
<legend><strong><?php echo $l->t('Security Warning');?></strong></legend>
<span><?php echo $l->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.');?></span>
</fieldset>