summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
authorMichael Klier <chi@chimeric.de>2008-02-27 22:30:50 +0100
committerMichael Klier <chi@chimeric.de>2008-02-27 22:30:50 +0100
commitfdd2e9d64295969d5945f11cb7d457aa599a028f (patch)
tree595de618f0c6c33a2fbec138c821bd65cd0e6519 /conf/dokuwiki.php
parent2e7e0c29470f3fa18c7ae16df80c17da12fde5ed (diff)
downloadrpg-fdd2e9d64295969d5945f11cb7d457aa599a028f.tar.gz
rpg-fdd2e9d64295969d5945f11cb7d457aa599a028f.tar.bz2
added config option to enable/disable the XML-RPC interface
darcs-hash:20080227213050-23886-e55353ab04f9d23675ec11a9e97ba6affec719fc.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 723d44de7..9cfdb5c3b 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -118,6 +118,7 @@ $conf['recent_days'] = 7; //How many days of recent changes to ke
$conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
$conf['broken_iua'] = 0; //Platform with broken ignore_user_abort (IIS+CGI) 0|1
$conf['xsendfile'] = 0; //Use X-Sendfile (1 = lighttpd, 2 = standard)
+$conf['xmlrpc'] = 0; //Enable/disable XML-RPC interface
//Set target to use when creating links - leave empty for same window
$conf['target']['wiki'] = '';