1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-15 14:14:24 +02:00
Files
php-htmlpurifier/library/HTMLPurifier/URIScheme.php

12 lines
140 B
PHP

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