@@ -51,7 +51,7 @@  | 
                                                    ||
| 51 | 51 | $domain = ".eliareutlinger.ch";  | 
                                                        
| 52 | 52 | //$domain = "localhost";  | 
                                                        
| 53 | 53 | $expire = $token_conf['expireAt'];  | 
                                                        
| 54 | -        if(isset($_SERVER['HTTPS'])){ | 
                                                        |
| 54 | +        if (isset($_SERVER['HTTPS'])) { | 
                                                        |
| 55 | 55 | $secure = "Secure";  | 
                                                        
| 56 | 56 | }  | 
                                                        
| 57 | 57 | |