Completed
Push — master ( 18cdc2...7b9bde )
by Simon
03:22
created
redir.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 )
Please login to merge, or discard this patch.