@@ -9,7 +9,7 @@ |
||
| 9 | 9 | 'google' => 'https://www.google.com/search?q=%DATA%', |
| 10 | 10 | ); |
| 11 | 11 | |
| 12 | -if(!isset($_GET['tool']) |
|
| 12 | +if (!isset($_GET['tool']) |
|
| 13 | 13 | || !isset($toolList[$_GET['tool']]) |
| 14 | 14 | || !isset($_GET['data']) |
| 15 | 15 | ) |
@@ -12,8 +12,7 @@ |
||
| 12 | 12 | if(!isset($_GET['tool']) |
| 13 | 13 | || !isset($toolList[$_GET['tool']]) |
| 14 | 14 | || !isset($_GET['data']) |
| 15 | -) |
|
| 16 | -{ |
|
| 15 | +) { |
|
| 17 | 16 | header("HTTP/1.1 403 Forbidden"); |
| 18 | 17 | return; |
| 19 | 18 | } |