#!/usr/bin/php <?php /** * Script for sanitizing HTML input to only allow what is in the whitelist. * Tested against majority of the hacks listed at http://ha.ckers.org/xss.html * * @author Cameron Zemek <grom@zeminvaders.net> * @license http://opensource.org/licenses/mit-license.php MIT License */
