Test Failed
Pull Request — main (#37)
by
unknown
03:20
created
web/public/das_captcha.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@
 block discarded – undo
10 10
 <?php
11 11
 // get the next page
12 12
 if (isset($_GET['next'])) {
13
-  $next = $_GET['next'];
13
+    $next = $_GET['next'];
14 14
 } else {
15
-  $next = "";
15
+    $next = "";
16 16
 }
17 17
 
18 18
 if (isset($_POST['submit'])) {
19
-  header("Location: /" . $next);
19
+    header("Location: /" . $next);
20 20
 }
21 21
 ?>
22 22
 
Please login to merge, or discard this patch.