summaryrefslogtreecommitdiff
path: root/_test/conf/local.php
diff options
context:
space:
mode:
authorTobias Sarnowski <tobias@trustedco.de>2012-04-18 18:04:25 +0000
committerTobias Sarnowski <tobias@trustedco.de>2012-04-18 18:04:25 +0000
commit9c6354e5be3db406fa7f0966d65063e1d3b4d242 (patch)
tree4f623d8cf68172dc33fd400569ef0c42738da407 /_test/conf/local.php
parent12ee47747b9cb9a810efab28352eeb0f0bbb9998 (diff)
downloadrpg-9c6354e5be3db406fa7f0966d65063e1d3b4d242.tar.gz
rpg-9c6354e5be3db406fa7f0966d65063e1d3b4d242.tar.bz2
use original conf directory and only shadow special files
https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756
Diffstat (limited to '_test/conf/local.php')
-rw-r--r--_test/conf/local.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/_test/conf/local.php b/_test/conf/local.php
index 3de30ee21..9a8ed9558 100644
--- a/_test/conf/local.php
+++ b/_test/conf/local.php
@@ -1,3 +1,9 @@
<?php
-$conf['savedir'] = DOKU_TMP_DATA; //where to store all the files
+$conf['savedir'] = DOKU_TMP_DATA; //where to store all the files
+
+$conf['title'] = 'My Test Wiki'; //what to show in the title
+
+$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
+$conf['superuser'] = 'testuser'; //password: testpass
+