From 18b9d1efd80c566c5e5cc21fb9b6c71d3502234f Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 18 Feb 2021 20:00:20 +0000 Subject: =?UTF-8?q?this=20setting=20is=20probably=20not=20required=20anymo?= =?UTF-8?q?re=C3=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 737148948..932ad41db 100644 --- a/boot.php +++ b/boot.php @@ -690,7 +690,7 @@ function startup() { if(function_exists ('ini_set')) { // This has to be quite large to deal with embedded private photos - @ini_set('pcre.backtrack_limit', 500000); + //@ini_set('pcre.backtrack_limit', 500000); // Use cookies to store the session ID on the client side @ini_set('session.use_only_cookies', 1); -- cgit v1.2.3