Bernd Wurst commited on 2018-03-13 10:52:27
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -223,7 +223,7 @@ if ($_GET['action'] == 'edit') |
| 223 | 223 |
$new_options = array(); |
| 224 | 224 |
foreach ($old_options AS $op) |
| 225 | 225 |
{
|
| 226 |
- if (! in_array($op, array('aliaswww', 'forwardwww', 'hsts_subdomains', 'hsts_preload'))) {
|
|
| 226 |
+ if (! in_array($op, array('aliaswww', 'forwardwww', 'forwardnowww', 'hsts_subdomains', 'hsts_preload'))) {
|
|
| 227 | 227 |
array_push($new_options, $op); |
| 228 | 228 |
} |
| 229 | 229 |
} |
| 230 | 230 |