mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-11 00:11:53 +00:00
12 lines
104 B
PHP
12 lines
104 B
PHP
|
<?php
|
||
|
|
||
|
class HTMLPurifier_URIScheme
|
||
|
{
|
||
|
|
||
|
function validateComponents() {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|