0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier/URIScheme.php

12 lines
140 B
PHP

<?php
class HTMLPurifier_URIScheme
{
function validateComponents($authority, $path, $query, $fragment) {
}
}
?>