Skip to content

Commit

Permalink
Merge pull request BenMenking#8 from daliborcaja/fix-example5
Browse files Browse the repository at this point in the history
Fix example5.php
  • Loading branch information
BenMenking committed Nov 19, 2015
2 parents 6bbe104 + 2357def commit 33bb4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example5.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 33bb4b1

Please sign in to comment.