forked from wallabag/wallabag
Full-Text RSS included as a script instead of file_get_contents call. Tnx to @Faless. Fix issues #366 and #463
This commit is contained in:
1
inc/3rdparty/makefulltextfeed.php
vendored
Normal file → Executable file
1
inc/3rdparty/makefulltextfeed.php
vendored
Normal file → Executable file
@ -424,6 +424,7 @@ $http->rewriteUrls = $options->rewrite_url;
|
||||
//////////////////////////////////
|
||||
// Set up Content Extractor
|
||||
//////////////////////////////////
|
||||
global $extractor;
|
||||
$extractor = new ContentExtractor(dirname(__FILE__).'/site_config/custom', dirname(__FILE__).'/site_config/standard');
|
||||
$extractor->debug = $debug_mode;
|
||||
SiteConfig::$debug = $debug_mode;
|
||||
|
||||
Reference in New Issue
Block a user