diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-15 08:42:31 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-15 08:42:31 +0000 |
| commit | 6b6bc0b8fb0d7759c43a6d77289257e9c521de33 (patch) | |
| tree | a5d4082165c16999cb9b5f8ca71e472a4bfa014d /roundcubemail/program/include | |
| parent | ea6bf1ddb26648767fc92abbf0bbac91fb60d747 (diff) | |
- Require magic_quotes_runtime=Off because it modifies data streams (too much effort to handle this)
git-svn-id: https://svn.roundcube.net/trunk@5216 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index a7699e578..9c9e2ecd5 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -28,6 +28,7 @@ $crit_opts = array( 'suhosin.session.encrypt' => 0, 'session.auto_start' => 0, 'file_uploads' => 1, + 'magic_quotes_runtime' => 0, ); foreach ($crit_opts as $optname => $optval) { if ($optval != ini_get($optname)) { |
