|
@@ -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.