1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-15 06:04:23 +02:00
Files
php-htmlpurifier/library/HTMLPurifier/URIScheme.php
2006-08-12 01:12:35 +00:00

12 lines
104 B
PHP

<?php
class HTMLPurifier_URIScheme
{
function validateComponents() {
}
}
?>