bernd commited on 2007-10-04 17:55:09
Zeige 2 geänderte Dateien mit 8 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@681 87cf0b9e-d624-0410-a070-f6ee81989793
... | ... |
@@ -100,7 +100,7 @@ $form .= "<br /><input type=\"checkbox\" name=\"options[]\" id=\"aliaswww\" valu |
100 | 100 |
</td> |
101 | 101 |
<td id=\"defaultssl\">SSL optional anbieten</td></tr> |
102 | 102 |
<tr> |
103 |
- <td>Logfiles</td> |
|
103 |
+ <td>Logfiles <span class=\"warning\">*</span></td> |
|
104 | 104 |
<td><select name=\"logtype\" id=\"logtype\"> |
105 | 105 |
<option value=\"none\" ".($vhost['logtype'] == NULL ? 'selected="selected"' : '')." >keine Logfiles</option> |
106 | 106 |
<option value=\"anonymous\" ".($vhost['logtype'] == 'anonymous' ? 'selected="selected"' : '')." >anonymisiert</option> |
... | ... |
@@ -113,6 +113,9 @@ $form .= "<br /><input type=\"checkbox\" name=\"options[]\" id=\"aliaswww\" valu |
113 | 113 |
|
114 | 114 |
$form .= '</table> |
115 | 115 |
<p><input type="submit" value="Speichern" /> '.internal_link('vhosts.php', 'Abbrechen').'</p> |
116 |
+ <p class="warning"><span class="warning">*</span>Es ist im Moment Gegenstand gerichtlicher außeinandersetzungen, ob die Speicherung von Logfiles auf Webservern |
|
117 |
+ zulässig ist. Wir weisen alle Nutzer darauf hin, dass sie selbst dafür verantwortlich sind, bei geloggten Nutzerdaten die |
|
118 |
+ Seitenbesucher darauf hinzuweisen. Wir empfehlen, wenn möglich, Logfiles abzuschalten oder anonymes Logging einzusetzen.</p> |
|
116 | 119 |
'; |
117 | 120 |
output(html_form('vhosts_edit_vhost', 'save.php', 'action=edit&vhost='.$vhost['id'], $form)); |
118 | 121 |
|
119 | 122 |