Passed
Push — master ( 6cff26...798cae )
by Cody
02:58
created
index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     }
45 45
     // post messages
46 46
     require_once("functions/post_messages.php");
47
-    if(isset($_SESSION['response']) && $_SESSION['response'] && is_bool($_SESSION['response'])){
47
+    if (isset($_SESSION['response']) && $_SESSION['response'] && is_bool($_SESSION['response'])) {
48 48
       $_SESSION['response'] = false;
49 49
       echo '<meta http-equiv="refresh" content="1">';
50 50
     }elseif (isset($_SESSION['response'])) {
Please login to merge, or discard this patch.