diff options
Diffstat (limited to '_test/conf/local.php')
-rw-r--r-- | _test/conf/local.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php new file mode 100644 index 000000000..3de30ee21 --- /dev/null +++ b/_test/conf/local.php @@ -0,0 +1,3 @@ +<?php + +$conf['savedir'] = DOKU_TMP_DATA; //where to store all the files |