summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-01-08 14:38:52 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-01-08 14:38:52 +0100
commiteb20307ad68614b8834c804eeade389967db5ed4 (patch)
tree3ec431b085d29c36145121f2d98f19d2b56a2be6 /conf
parentd80d35e22221ff74c4374f34927a5097362e23d8 (diff)
downloadrpg-eb20307ad68614b8834c804eeade389967db5ed4.tar.gz
rpg-eb20307ad68614b8834c804eeade389967db5ed4.tar.bz2
removed xmlrpc and xmlrpcuser - added remote and remoteuser config option
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 298c8e572..4238f7e53 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -78,8 +78,8 @@ $conf['sneaky_index'] = 0; //check for namespace read permission i
$conf['auth_security_timeout'] = 900; //time (seconds) auth data is considered valid, set to 0 to recheck on every page view
$conf['securecookie'] = 1; //never send HTTPS cookies via HTTP
-$conf['xmlrpc'] = 0; //Enable/disable XML-RPC interface
-$conf['xmlrpcuser'] = '!!not set!!'; //Restrict XML-RPC access to this groups/users
+$conf['remote'] = 0; //Enable/disable remote interfaces
+$conf['remoteuser'] = '!!not set !!'; //user/groups that have access to remote interface (comma separated)
/* Advanced Options */