@@ -37,9 +37,12 @@ |
||
| 37 | 37 | <div class="next"> |
| 38 | 38 | <?php if ($nextPageUrl) : ?> |
| 39 | 39 | <a href="<?= url($nextPageUrl) ?>"><?= $nextStr ?></a> |
| 40 | - <?php else : ?> |
|
| 40 | + <?php else { |
|
| 41 | + : ?> |
|
| 41 | 42 | |
| 42 | - <?php endif; ?> |
|
| 43 | + <?php endif; |
|
| 44 | +} |
|
| 45 | +?> |
|
| 43 | 46 | </div> |
| 44 | 47 | |
| 45 | 48 | <div class="center"> |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | * @param array $args as a variadic to catch all arguments. |
| 22 | 22 | * |
| 23 | 23 | * @throws Anax\Route\Exception\NotFoundException when route is not found. |
| 24 | - |
|
| 25 | 24 | * @return object as the response. |
| 26 | 25 | * |
| 27 | 26 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | * @param string $message with details. |
| 23 | 23 | * |
| 24 | 24 | * @throws Anax\Route\Exception\NotFoundException |
| 25 | - |
|
| 26 | 25 | * @return object as the response. |
| 27 | 26 | */ |
| 28 | 27 | public function catchAll(...$args) : object |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | $check = new IPChecker(); |
| 60 | 60 | |
| 61 | 61 | if ($doVerify) { |
| 62 | - $result = $check->checkIpv($address); |
|
| 62 | + $result = $check->checkIpv($address); |
|
| 63 | 63 | |
| 64 | 64 | $session->set("res", $result); |
| 65 | 65 | $session->set("ip", $address); |