diff options
author | tcitworld <tcit@tcit.fr> | 2014-06-05 16:59:39 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-06-05 16:59:39 +0200 |
commit | c93a5c137fcabcf771e7bd2d16d3b8d819de16da (patch) | |
tree | ccde49187dc34d35e5a5d8c1f172a3e0a1c9ade6 /inc/3rdparty/makefulltextfeed.php | |
parent | 5d198e2b988e9bc44a6ecb4394600015c003003c (diff) | |
parent | 752cd4a8ef7bbc8ebd6c481ed890e0d8e46819a8 (diff) | |
download | wallabag-c93a5c137fcabcf771e7bd2d16d3b8d819de16da.tar.gz wallabag-c93a5c137fcabcf771e7bd2d16d3b8d819de16da.tar.zst wallabag-c93a5c137fcabcf771e7bd2d16d3b8d819de16da.zip |
Merge pull request #716 from mariroz/dev
error reporting level set in E_ALL & ~E_NOTICE by default, can be overriden in config
Diffstat (limited to 'inc/3rdparty/makefulltextfeed.php')
-rwxr-xr-x | inc/3rdparty/makefulltextfeed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/3rdparty/makefulltextfeed.php b/inc/3rdparty/makefulltextfeed.php index 7a56be8c..62c050ec 100755 --- a/inc/3rdparty/makefulltextfeed.php +++ b/inc/3rdparty/makefulltextfeed.php | |||
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
28 | // Request this file passing it a web page or feed URL in the querystring: makefulltextfeed.php?url=example.org/article | 28 | // Request this file passing it a web page or feed URL in the querystring: makefulltextfeed.php?url=example.org/article |
29 | // For more request parameters, see http://help.fivefilters.org/customer/portal/articles/226660-usage | 29 | // For more request parameters, see http://help.fivefilters.org/customer/portal/articles/226660-usage |
30 | 30 | ||
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 | 34 | ||