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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user