diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-01-03 13:03:26 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-01-03 13:03:26 +0100 |
commit | 8ae45e7fe27ab416cf2a30cd2c319940037b7cbf (patch) | |
tree | 6033b672282d5c07398e145a29e564c7c30fb1ed /inc/3rdparty/makefulltextfeed.php | |
parent | 166ff0a0932ede6824a30d553c39ff6dd7dbb0b4 (diff) | |
download | wallabag-8ae45e7fe27ab416cf2a30cd2c319940037b7cbf.tar.gz wallabag-8ae45e7fe27ab416cf2a30cd2c319940037b7cbf.tar.zst wallabag-8ae45e7fe27ab416cf2a30cd2c319940037b7cbf.zip |
fixes #963 and use our own readability.php file for mobiClass
Diffstat (limited to 'inc/3rdparty/makefulltextfeed.php')
-rwxr-xr-x | inc/3rdparty/makefulltextfeed.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/3rdparty/makefulltextfeed.php b/inc/3rdparty/makefulltextfeed.php index a081f88b..27a62d73 100755 --- a/inc/3rdparty/makefulltextfeed.php +++ b/inc/3rdparty/makefulltextfeed.php | |||
@@ -31,6 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
31 | //error_reporting(E_ALL ^ E_NOTICE); | 31 | //error_reporting(E_ALL ^ E_NOTICE); |
32 | ini_set("display_errors", 1); | 32 | ini_set("display_errors", 1); |
33 | @set_time_limit(120); | 33 | @set_time_limit(120); |
34 | libxml_use_internal_errors(true); | ||
35 | |||
34 | 36 | ||
35 | // Deal with magic quotes | 37 | // Deal with magic quotes |
36 | if (get_magic_quotes_gpc()) { | 38 | if (get_magic_quotes_gpc()) { |