mirror of
https://github.com/friendica/friendica
synced 2025-04-29 11:44:24 +02: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
|
@ -42,7 +42,6 @@ require_once "include/enotify.php";
|
|||
require_once "include/items.php";
|
||||
require_once "include/event.php";
|
||||
require_once "include/text.php";
|
||||
require_once "include/html2bbcode.php";
|
||||
|
||||
/**
|
||||
* @brief This class contain functions to create and send DFRN XML files
|
||||
|
|
|
@ -6,8 +6,6 @@ namespace Friendica\Protocol;
|
|||
|
||||
use Friendica\Content\Text\HTML;
|
||||
|
||||
require_once 'include/html2plain.php';
|
||||
|
||||
/**
|
||||
* @brief Email class
|
||||
*/
|
||||
|
|
|
@ -15,7 +15,6 @@ use DOMDocument;
|
|||
use DOMXPath;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
require_once 'include/html2bbcode.php';
|
||||
require_once 'include/items.php';
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,7 +26,6 @@ use DOMDocument;
|
|||
use DOMXPath;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
require_once 'include/html2bbcode.php';
|
||||
require_once 'include/items.php';
|
||||
require_once 'mod/share.php';
|
||||
require_once 'include/enotify.php';
|
||||
|
|
|
@ -24,7 +24,6 @@ use DOMXPath;
|
|||
use Exception;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
require_once 'include/html2bbcode.php';
|
||||
|
||||
class PortableContact
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue