Skip to content

Commit

Permalink
Removed obsolete Opera fix that now causes harm FS#2429
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jan 18, 2012
1 parent 489159e commit 29e4fe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/exe/ajax.php
Expand Up @@ -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
Expand Down

0 comments on commit 29e4fe3

Please sign in to comment.