summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-02-04 19:08:10 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-02-04 19:08:10 +0000
commit26a7c308ba0d3005cee783517c061e283dba31ab (patch)
treed770e9306fb0e6b2ce678c6869535c7be663dc6f /roundcubemail/index.php
parent8e5232f5fd6a29a5b2adcbbca66c5ef83c7108de (diff)
Bugfixes for encoding and sending with attachments
git-svn-id: https://svn.roundcube.net/trunk@130 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index 527f4f2d8..d99f24dbd 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/index.php
@@ -63,6 +63,7 @@ ini_set('session.name', 'sessid');
ini_set('session.use_cookies', 1);
ini_set('session.gc_maxlifetime', 21600);
ini_set('session.gc_divisor', 500);
+ini_set('magic_quotes_gpc', 0);
ini_set('error_reporting', E_ALL&~E_NOTICE);
// increase maximum execution time for php scripts