Skip to content
Snippets Groups Projects
Commit bc82a8a1 authored by Tobias Sarnowski's avatar Tobias Sarnowski
Browse files

use sys_get_temp_dir() for tmp directory

parent 32f9c184
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ ini_set('memory_limit','2048M');
// prepare temporary directories
define('DOKU_INC', dirname(dirname(__FILE__)).'/');
define('TMP_DIR', '/tmp/dwtests-'.microtime(true));
define('TMP_DIR', sys_get_temp_dir().'/dwtests-'.microtime(true));
define('DOKU_CONF', TMP_DIR.'/conf/');
define('DOKU_TMP_DATA', TMP_DIR.'/data/');
......
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