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
|
@ -808,7 +808,6 @@ function item_post(App $a) {
|
|||
$link = '<a href="' . System::baseUrl() . '/profile/' . $a->user['nickname'] . '"><img src="' . $author['thumb'] . '" alt="' . $a->user['username'] . '" /></a><br /><br />';
|
||||
$html = prepare_body($datarray);
|
||||
$message = '<html><body>' . $link . $html . $disclaimer . '</body></html>';
|
||||
include_once 'include/html2plain.php';
|
||||
$params = [
|
||||
'fromName' => $a->user['username'],
|
||||
'fromEmail' => $a->user['email'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue