diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-21 14:07:04 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-21 14:07:04 +0200 |
commit | e95055b2bdcd70568c4b4e21424800cab47a582b (patch) | |
tree | a7e8ffd6ff780e898da1d8c7445991016d681ab9 /settings/css | |
parent | 09d2f767276f6054148425966fda89e189d621f0 (diff) | |
download | nextcloud-server-e95055b2bdcd70568c4b4e21424800cab47a582b.tar.gz nextcloud-server-e95055b2bdcd70568c4b4e21424800cab47a582b.zip |
check if the data directory is accessible via http. Show a big security warning if yes
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index df1e3cfd3c2..80e96df5e66 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -48,5 +48,8 @@ li.active { color:#000; } small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size:6pt; padding:4px; border-radius: 4px;} span.version { margin-left:3em; color:#ddd; } -/* LOF */ +/* LOG */ #log { white-space:normal; } + +/* ADMIN */ +span.securitywarning {color:#C33; font-weight:bold; } |