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