mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
12 lines
138 B
PHP
12 lines
138 B
PHP
|
<?php
|
||
|
|
||
|
$fallback = false;
|
||
|
|
||
|
$messages = array(
|
||
|
|
||
|
'htmlpurifier' => 'HTML Purifier',
|
||
|
'pizza' => 'Pizza', // for unit testing purposes
|
||
|
|
||
|
);
|
||
|
|
||
|
?>
|