@@ -17,7 +17,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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! |
@@ -9,8 +9,7 @@ |
||
| 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 | } |