thequbit / mc911feedwatcher

Pulls the XML of Monroe County's 911 feed and provides a web API
GNU General Public License v3.0
7 stars 6 forks source link

Sanity Check $_GET[] values #2

Closed thequbit closed 11 years ago

thequbit commented 11 years ago

Right now nothing is sanity checked when passed into the managers or displayed. Users could alter the URL and send in data the Managers, or worse, the DB, does not understand.

thequbit commented 11 years ago

Done.