mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
fixes #963 and use our own readability.php file for mobiClass
This commit is contained in:
parent
166ff0a093
commit
8ae45e7fe2
5 changed files with 7 additions and 1183 deletions
2
inc/3rdparty/makefulltextfeed.php
vendored
2
inc/3rdparty/makefulltextfeed.php
vendored
|
@ -31,6 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
//error_reporting(E_ALL ^ E_NOTICE);
|
||||
ini_set("display_errors", 1);
|
||||
@set_time_limit(120);
|
||||
libxml_use_internal_errors(true);
|
||||
|
||||
|
||||
// Deal with magic quotes
|
||||
if (get_magic_quotes_gpc()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue