diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2012-01-18 11:12:11 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2012-01-18 11:12:11 +0100 |
commit | 29e4fe3d4e010b156d59d2ea20458f777203232a (patch) | |
tree | 5ff3bf4d03ee5ef70d03423f3b62dcd771bdaa1d /lib/exe/ajax.php | |
parent | 489159e3bfa7c10f9f09df81f09a484736ce5c78 (diff) | |
download | rpg-29e4fe3d4e010b156d59d2ea20458f777203232a.tar.gz rpg-29e4fe3d4e010b156d59d2ea20458f777203232a.tar.bz2 |
Removed obsolete Opera fix that now causes harm FS#2429
Diffstat (limited to 'lib/exe/ajax.php')
-rw-r--r-- | lib/exe/ajax.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php index 46d835187..3d1584244 100644 --- a/lib/exe/ajax.php +++ b/lib/exe/ajax.php @@ -6,11 +6,6 @@ * @author Andreas Gohr <andi@splitbrain.org> */ -//fix for Opera XMLHttpRequests -if(!count($_POST) && !empty($HTTP_RAW_POST_DATA)){ - parse_str($HTTP_RAW_POST_DATA, $_POST); -} - if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../'); require_once(DOKU_INC.'inc/init.php'); //close session |