From 58e3602a37cccab55f71fbf839b32fbc4322699c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 04 Feb 2006 14:08:10 -0500
Subject: [PATCH] Bugfixes for encoding and sending with attachments
---
index.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/index.php b/index.php
index 527f4f2..d99f24d 100644
--- a/index.php
+++ b/index.php
@@ -63,6 +63,7 @@
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
--
Gitblit v1.9.1