Bernd Wurst commited on 2014-10-12 09:41:07
              Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
            
| ... | ... | 
                      @@ -361,8 +361,8 @@ function save_vhost($vhost)  | 
                  
| 361 | 361 | 
                        $autoipv6 = $vhost['autoipv6'];  | 
                    
| 362 | 362 | 
                        }  | 
                    
| 363 | 363 | 
                         | 
                    
| 364 | 
                        - if (!($vhost['ssl'] = 'forward' || $vhost['ssl'] == 'http' ||  | 
                    |
| 365 | 
                        -        $vhost['ssl'] = 'https')) {
                       | 
                    |
| 364 | 
                        + if (!($vhost['ssl'] == 'forward' || $vhost['ssl'] == 'http' ||  | 
                    |
| 365 | 
                        +        $vhost['ssl'] == 'https')) {
                       | 
                    |
| 366 | 366 | 
                        $vhost['ssl'] = NULL;  | 
                    
| 367 | 367 | 
                        }  | 
                    
| 368 | 368 | 
                         | 
                    
| 369 | 369 |