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:
2
inc/3rdparty/config.php
vendored
Normal file → Executable file
2
inc/3rdparty/config.php
vendored
Normal file → Executable file
@ -11,6 +11,8 @@
|
||||
// options you'd like to override in custom_config.php.
|
||||
// .....................................................
|
||||
|
||||
global $options;
|
||||
|
||||
// Create config object
|
||||
if (!isset($options)) $options = new stdClass();
|
||||
|
||||
|
||||
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