Test Failed
Push — master ( eb9032...f89997 )
by Joe
02:27
created
bin/change_ip.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,11 +6,11 @@
 block discarded – undo
6 6
 $oldip = "__SOURCEIP__";
7 7
 $newip = "__DESTINATIONIP__";
8 8
 
9
-$response = (array)$cpl->changeip( array(
9
+$response = (array)$cpl->changeip(array(
10 10
     "oldip" => $oldip,
11 11
     "newip" => $newip
12
-) );
12
+));
13 13
 
14
-print_r($response)."\n";
14
+print_r($response) . "\n";
15 15
 
16 16
 
Please login to merge, or discard this patch.