@@ -50,7 +50,7 @@  | 
                                                    ||
| 50 | 50 | //$domain = "localhost";  | 
                                                        
| 51 | 51 | $expire = $token_conf['expireAt'];  | 
                                                        
| 52 | 52 | $secure = "";  | 
                                                        
| 53 | -        if(isset($_SERVER['HTTPS'])){ | 
                                                        |
| 53 | +        if (isset($_SERVER['HTTPS'])) { | 
                                                        |
| 54 | 54 | $secure = "Secure";  | 
                                                        
| 55 | 55 | }  | 
                                                        
| 56 | 56 | |
@@ -62,7 +62,7 @@  | 
                                                    ||
| 62 | 62 | //$domain = "localhost";  | 
                                                        
| 63 | 63 | $expire = $token_conf['expireAt'];  | 
                                                        
| 64 | 64 | $secure = "";  | 
                                                        
| 65 | -                if(isset($_SERVER['HTTPS'])){ | 
                                                        |
| 65 | +                if (isset($_SERVER['HTTPS'])) { | 
                                                        |
| 66 | 66 | $secure = "Secure";  | 
                                                        
| 67 | 67 | }  | 
                                                        
| 68 | 68 | |