@@ -10,13 +10,13 @@ |
||
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 |