Test Failed
Push — main ( f5b757...012cd4 )
by chief
05:17 queued 02:00
created
web/public/das_captcha.php 2 patches
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 
18 18
 if (isset($_POST['submit']))
19 19
 {
20
-    header("Location: " . $_SERVER['DOCUMENT_ROOT']. $next);
20
+    header("Location: " . $_SERVER['DOCUMENT_ROOT'] . $next);
21 21
 }
22 22
 ?>
23 23
 
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
         <div id="page" class="">
47 47
         <!-- begin pagetop -->
48 48
   
49
-        <div id="masthead-container"><?php require($_SERVER['DOCUMENT_ROOT'] . "/s/mod/header.php");?> </div>
49
+        <div id="masthead-container"><?php require($_SERVER['DOCUMENT_ROOT'] . "/s/mod/header.php"); ?> </div>
50 50
   <!-- end pagetop -->
51 51
   <!-- begin pagemiddle -->
52 52
   <div id="content-container">
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
       
63 63
   <p class="largeText">Sorry for the interruption. We have been receiving a large volume of requests from your network. To continue with your SubRocks experience, please enter the verification code below.</p>
64 64
 
65
-<form method="post" action="/das_captcha?next=<?php echo $next;?>">
65
+<form method="post" action="/das_captcha?next=<?php echo $next; ?>">
66 66
 <script type="text/javascript" src="/s/captcha.js"></script>
67 67
 <noscript>
68 68
 You need JavaScript to pass the captcha!
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,7 @@
 block discarded – undo
9 9
 if (isset($_GET['next']))
10 10
 {
11 11
     $next = $_GET['next'];
12
-}
13
-else
12
+} else
14 13
 {
15 14
     $next = "/";
16 15
 }
Please login to merge, or discard this patch.