diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 02:09:42 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-08-29 02:09:42 +0000 |
| commit | 30c5c0eb389da082dd896b99504c6647996780c7 (patch) | |
| tree | 8e3dffdf1470d27d0aa029a321c37f2f1bba24d1 | |
| parent | 17735e57561fd571f494a37d35d4eb80678c3d03 (diff) | |
# fixed: #1484517
git-svn-id: https://svn.roundcube.net/trunk@730 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
