mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-24 17:37:09 +00:00
drop tagwall from trunk
This commit is contained in:
@@ -73,14 +73,6 @@
|
||||
require_once 'magpierss/rss_utils.inc';
|
||||
}
|
||||
|
||||
if (ENABLE_TAGWALL) {
|
||||
include_once "tw/tw-config.php";
|
||||
include_once "tw/tw.php";
|
||||
include_once TW_SETUP . "paranoya.php";
|
||||
|
||||
$tw_parser = new twParser();
|
||||
}
|
||||
|
||||
function _debug($msg) {
|
||||
$ts = strftime("%H:%M:%S", time());
|
||||
print "[$ts] $msg\n";
|
||||
@@ -3172,16 +3164,8 @@
|
||||
|
||||
if (get_pref($link, "STRIP_UNSAFE_TAGS") || $force_strip_tags) {
|
||||
|
||||
if (ENABLE_TAGWALL) {
|
||||
global $tw_parser;
|
||||
global $tw_paranoya_setup;
|
||||
|
||||
$res = $tw_parser->strip_tags($res, $tw_paranoya_setup);
|
||||
} else {
|
||||
|
||||
$res = strip_tags_long($res, "<p><a><i><em><b><strong><blockquote><br><img><div><span>");
|
||||
|
||||
}
|
||||
$res = strip_tags_long($res,
|
||||
"<p><a><i><em><b><strong><blockquote><br><img><div><span><ul><ol><li>");
|
||||
|
||||
// $res = preg_replace("/\r\n|\n|\r/", "", $res);
|
||||
// $res = strip_tags_long($res, "<p><a><i><em><b><strong><blockquote><br><img><div><span>");
|
||||
|
||||
Reference in New Issue
Block a user