1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-04 21:28:06 +02:00

Add framework.

git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@17 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-04-15 01:13:42 +00:00
parent 1f4165d868
commit 6d77fa061b
3 changed files with 37 additions and 0 deletions

10
HTML_Purifier.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
class HTML_Purifier
{
}
?>