]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/config.inc.default.php
error reporting level set in E_ALL & ~E_NOTICE by default, can be overriden in config
[github/wallabag/wallabag.git] / inc / poche / config.inc.default.php
index 0e82f0cd22330ae93ce500c0fbc897018e8864c1..95f727c6889f760661b63573d27ef6767d752595 100755 (executable)
 
 @define ('MODE_DEMO', FALSE);
 @define ('DEBUG_POCHE', FALSE);
-@define ('DOWNLOAD_PICTURES', FALSE);
-@define ('REGENERATE_PICTURES_QUALITY'), 75);
+
+//default level of error reporting in application. Developers should override it in their config.inc.php: set to E_ALL.
+@define ('ERROR_REPORTING', E_ALL & ~E_NOTICE);
+
+@define ('DOWNLOAD_PICTURES', FALSE); # This can slow down the process of adding articles
+@define ('REGENERATE_PICTURES_QUALITY', 75);
 @define ('CONVERT_LINKS_FOOTNOTES', FALSE);
 @define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
 @define ('SHARE_TWITTER', TRUE);