X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fapi.php;h=d54e540f7966ca697eb72180e17978b7751dd254;hb=4ee15cc682d0d89dffac7b26ab5ca79894bb73d8;hp=d205451e5e6e0f13215bc87f56e52a15cdca2bb5;hpb=036311237f04102b2c274d25d4b42a56e1729214;p=friendica.git diff --git a/include/api.php b/include/api.php index d205451e5e..d54e540f79 100644 --- a/include/api.php +++ b/include/api.php @@ -814,8 +814,6 @@ if((strpos($txt,'<') !== false) || (strpos($txt,'>') !== false)) { - require_once('library/HTMLPurifier.auto.php'); - $txt = html2bb_video($txt); $config = HTMLPurifier_Config::createDefault(); $config->set('Cache.DefinitionImpl', null); @@ -855,9 +853,6 @@ if(requestdata('htmlstatus')) { $txt = requestdata('htmlstatus'); if((strpos($txt,'<') !== false) || (strpos($txt,'>') !== false)) { - - require_once('library/HTMLPurifier.auto.php'); - $txt = html2bb_video($txt); $config = HTMLPurifier_Config::createDefault();