Skip to content
Snippets Groups Projects
Commit 29e4fe3d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Removed obsolete Opera fix that now causes harm FS#2429

parent 489159e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment