Passed
Push — master ( c93964...b87ba5 )
by Elia
01:20
created
user/logout/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,6 +3,6 @@
 block discarded – undo
3 3
 include_once '../../_config/headers.php';
4 4
 include_once '../../_config/core.php';
5 5
 
6
-$expire = time()-50;
6
+$expire = time() - 50;
7 7
 header("Set-Cookie: secureToken=null; Dexpires=$expire; Path=/; samesite=strict; httpOnly; $secure");
8 8
 returnSuccess($jwt);
Please login to merge, or discard this patch.