1
0
Fork 0
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:
Thomas Citharel 2015-01-03 13:03:26 +01:00
parent 166ff0a093
commit 8ae45e7fe2
5 changed files with 7 additions and 1183 deletions

View file

@ -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()) {