0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-23 13:51:54 +00:00
htmlpurifier/library/HTMLPurifier/URIScheme.php

12 lines
104 B
PHP

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