Skip to content

Instantly share code, notes, and snippets.

@douggrubba
Forked from mikedfunk/gist:1723681
Created February 2, 2012 14:22
Show Gist options
  • Save douggrubba/1723687 to your computer and use it in GitHub Desktop.
Save douggrubba/1723687 to your computer and use it in GitHub Desktop.
// html purifier
require_once $this->fcpath.$this->apppath.'libraries/htmlpurifier/library/HTMLPurifier.auto.php';
$this->ci->htmlpurifier = new HTMLPurifier();
$config = HTMLPurifier_Config::createDefault();
$this->html = $this->ci->htmlpurifier->purify($this->html, $config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment