diff --git a/examples/example5.php b/examples/example5.php index 54428fb..7b1f298 100644 --- a/examples/example5.php +++ b/examples/example5.php @@ -12,7 +12,7 @@ $ARRAY = $API->comm("/ip/dhcp-server/lease/print", array( "count-only"=> "", - ~active-address" => "1.1.", + "~active-address" => "1.1.", )); print_r($ARRAY);