Files
Nathanwoodburn.github.io/libraries/plugins/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Start.php
Nathanwoodburn 9f437f9588 Astra Security
2021-08-30 15:06:36 +10:00

12 lines
136 B
PHP

<?php
/**
* Concrete start token class.
*/
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
{
}
// vim: et sw=4 sts=4