4require_once dirname(__FILE__) .
'/common.php';
5require_once dirname(__FILE__) .
'/../library/HTMLPurifier.auto.php';
22$target = dirname(__FILE__) .
'/../library/HTMLPurifier/ConfigSchema/schema.ser';
29$loader = dirname(__FILE__) .
'/../config-schema.php';
31foreach (
$_SERVER[
'argv'] as $i => $dir) {
32 if ($i === 0)
continue;
41echo
"Saving schema... ";
An exception for terminatinating execution or to throw for unit testing.
Converts HTMLPurifier_ConfigSchema_Interchange to our runtime representation used to perform checks o...
Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_Con...
if((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) $_SERVER['DOCUMENT_ROOT']