0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-08 23:11:52 +00:00
htmlpurifier/library/HTMLPurifier/URIScheme.php

12 lines
104 B
PHP

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