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

Set php setting for Flash multi uploader FS#1641

Ignore-this: c389f8d2428f3e0bba2d1c736ef9ee78

darcs-hash:20091128170811-7ad00-8ef06583981a7cdab32b96278590a5aa82cedb74.gz
parent b59e2ec8
No related branches found
Tags develsnap_2009-12-01
No related merge requests found
......@@ -2,6 +2,9 @@
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
define('DOKU_MEDIAMANAGER',1);
// for multi uploader:
@ini_set('session.use_only_cookies',0);
require_once(DOKU_INC.'inc/init.php');
require_once(DOKU_INC.'inc/lang/en/lang.php');
require_once(DOKU_INC.'inc/lang/'.$conf['lang'].'/lang.php');
......
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