FrozenNode / XssInput

A simple extension of the Laravel Input facade that mimics CodeIgniter's xss filtering
41 stars 20 forks source link

Fixed bug #5. #7

Closed DiederikvandenB closed 10 years ago

DiederikvandenB commented 10 years ago

Note that entity_decode now takes an array instead of a string. Maybe an is_array () -> throw exception should be included. However, it works for now.