mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Remove/Update references to include/html2*.php
This commit is contained in:
parent
5e806ff598
commit
789561c7a2
18 changed files with 2 additions and 24 deletions
|
@ -28,7 +28,6 @@ use Friendica\Util\ParseUrl;
|
|||
use League\HTMLToMarkdown\HtmlConverter;
|
||||
|
||||
require_once "include/event.php";
|
||||
require_once "include/html2plain.php";
|
||||
require_once "mod/proxy.php";
|
||||
|
||||
class BBCode extends BaseObject
|
||||
|
|
|
@ -10,8 +10,6 @@ use Friendica\BaseObject;
|
|||
use Friendica\Model\Contact;
|
||||
use Michelf\MarkdownExtra;
|
||||
|
||||
require_once 'include/html2bbcode.php';
|
||||
|
||||
/**
|
||||
* Friendica-specific usage of Markdown
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue