From 30c5c0eb389da082dd896b99504c6647996780c7 Mon Sep 17 00:00:00 2001 From: till Date: Wed, 29 Aug 2007 02:09:42 +0000 Subject: # fixed: #1484517 git-svn-id: https://svn.roundcube.net/trunk@730 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 34b5f8b26..ff9909844 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -71,6 +71,7 @@ ini_set('session.use_cookies', 1); ini_set('session.gc_maxlifetime', 21600); ini_set('session.gc_divisor', 500); ini_set('error_reporting', E_ALL&~E_NOTICE); +set_magic_quotes_runtime(0); // increase maximum execution time for php scripts // (does not work in safe mode) -- cgit v1.2.3