diff options
author | steven-danz <steven-danz@kc.rr.com> | 2005-08-08 06:50:34 +0200 |
---|---|---|
committer | steven-danz <steven-danz@kc.rr.com> | 2005-08-08 06:50:34 +0200 |
commit | f9eb5648430624cb0f4e143aee3358ccc8146f4e (patch) | |
tree | 502d01b44db758049da4f21d55ef139d975f44b0 /conf/dokuwiki.php | |
parent | 6de3759a1b7a74492845c76e1f0bd1078e2220c7 (diff) | |
download | rpg-f9eb5648430624cb0f4e143aee3358ccc8146f4e.tar.gz rpg-f9eb5648430624cb0f4e143aee3358ccc8146f4e.tar.bz2 |
subscribe_changes.patch
Updates to the subscription patch to add a configuration option to enable/disable
the feature, move the messages to the language files, and general cleanup
darcs-hash:20050808045034-4c315-88a72dc8d2b22fdd9af8caa0505ef5c737965c86.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 127b36d0a..990e61e19 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -69,6 +69,7 @@ $conf['notify'] = ''; //send change info to this email (leave $conf['mailfrom'] = ''; //use this email when sending mails $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect $conf['spellchecker']= 0; //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed) +$conf['subscribers'] = 0; //enable change notice subscription support //Set target to use when creating links - leave empty for same window $conf['target']['wiki'] = ''; |