1
0
Fork 0

Remove/Update references to include/html2*.php

This commit is contained in:
Hypolite Petovan 2018-03-07 16:34:17 -05:00
commit 789561c7a2
18 changed files with 2 additions and 24 deletions

View file

@ -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'],