HTML Purifier Config Form Smoketest

This file outputs the configuration form for every single type of directive possible.

$value) { if (!strncmp($key, 'Null_', 5) && !empty($value)) { unset($get[substr($key, 5)]); unset($get[$key]); } if ($mq) $get[$key] = stripslashes($value); } $config = @HTMLPurifier_Config::create($get); $printer = new HTMLPurifier_Printer_ConfigForm('?doc'); echo $printer->render($config); ?>
[Reset]
getAll());
?>