diff options
author | Mario <mario@mariovavti.com> | 2021-02-18 20:00:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-18 20:00:20 +0000 |
commit | 18b9d1efd80c566c5e5cc21fb9b6c71d3502234f (patch) | |
tree | 2a4e5ab3740ff00e20ede6f92fc940905ff0c28e | |
parent | 85f1845d1538bbaa1fa8ba390e12193211080cd1 (diff) | |
download | volse-hubzilla-18b9d1efd80c566c5e5cc21fb9b6c71d3502234f.tar.gz volse-hubzilla-18b9d1efd80c566c5e5cc21fb9b6c71d3502234f.tar.bz2 volse-hubzilla-18b9d1efd80c566c5e5cc21fb9b6c71d3502234f.zip |
this setting is probably not required anymoreÃ
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |