Skip to content

Commit

Permalink
Fix example5.php - add missing quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
daliborcaja committed Nov 19, 2015
1 parent 6bbe104 commit 2357def
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 2357def

Please sign in to comment.