Skip to content

Commit

Permalink
Update sanitize_whitelist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
groucho75 committed Sep 16, 2014
1 parent 7148cb8 commit 9ef45ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sanitize_whitelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

$_POST = array(
'first_name' => 'Joe',
'last_name' => 'Black',
'nickname' => 'blackjoe', // unexpected field
'last_name' => 'Black',
'nickname' => 'blackjoe', // unexpected field
);

$rules = array(
Expand Down

0 comments on commit 9ef45ce

Please sign in to comment.