PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
mews
/
purifier
/
src
/
Casts
<?php namespace Mews\Purifier\Casts; trait WithConfig { /** * @var mixed */ protected $config; public function __construct($config = null) { $this->config = $config; } }
[+]
..
[-] CleanHtml.php
[edit]
[-] CleanHtmlInput.php
[edit]
[-] CleanHtmlOutput.php
[edit]
[-] WithConfig.php
[edit]
[-] .htaccess.disabled
[edit]