Passed
Push — master ( bfa795...f9ee93 )
by Elia
01:20
created
user/login/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.