@@ -17,7 +17,7 @@ |
||
17 | 17 | $safeText = ["options"=>["regexp"=>"/^[\w\d-]+$/"]]; |
18 | 18 | $key1 = filter_input(INPUT_GET, 'key', FILTER_VALIDATE_REGEXP, $safeText); |
19 | 19 | $key2 = $_SESSION['remindIdP']; |
20 | -if (! $key1 || $key1 != $key2) { |
|
20 | +if (!$key1 || $key1 != $key2) { |
|
21 | 21 | print("wrong usage"); |
22 | 22 | exit; |
23 | 23 | } |