Twe
Twe Whitelist Enforcer
<?php
include_once('twe/classes/twe.php');
include_once('twe/classes/twe_rules.php');
$twe = new twe();
$twe->addRuleContainer($rulecontainer);
$goodhtml=$twe->ParseContent($badhtml);
?>
<?php
include_once('twe/classes/twe.php');
include_once('twe/classes/twe_rules.php');
$twe = new twe();
$twe->addRuleContainer($rulecontainer);
$goodhtml=$twe->ParseContent($badhtml);
?>