Commit: e4816274d082af6d6ed70f72988ed116926d5775 Author: Hannes Magnusson <[email protected]> Mon, 16 Dec 2013 10:32:36 -0800 Parents: 65150dc4cd6df527544cfb31e4f2693432e2624f Branches: master
Link: http://git.php.net/?p=web/wiki.git;a=commitdiff;h=e4816274d082af6d6ed70f72988ed116926d5775 Log: Regenerate the config Changed paths: M dokuwiki/conf/local.php Diff: diff --git a/dokuwiki/conf/local.php b/dokuwiki/conf/local.php old mode 100644 new mode 100755 index 2e4997c..91e466a --- a/dokuwiki/conf/local.php +++ b/dokuwiki/conf/local.php @@ -2,27 +2,25 @@ /* * Dokuwiki's Main Configuration File - Local Settings * Auto-generated by config plugin - * Run for user: lsmith2 - * Date: Thu, 06 Mar 2008 20:30:50 +0000 + * Run for user: bjori + * Date: Mon, 16 Dec 2013 17:50:08 +0000 */ - $conf['title'] = 'PHP Wiki'; $conf['template'] = 'phpnet'; +$conf['fmode'] = 0777; $conf['useacl'] = 1; $conf['authtype'] = 'phpcvs'; $conf['superuser'] = '@admin'; $conf['manager'] = '@phpcvs'; +$conf['disableactions'] = 'profile'; +$conf['subscribers'] = 1; $conf['registernotify'] = '[email protected]'; -$conf['updatecheck'] = 0; +$conf['mailfrom'] = '[email protected]'; +$conf['htmlmail'] = 0; +$conf['rss_content'] = 'htmldiff'; $conf['userewrite'] = '1'; $conf['useslash'] = 1; -$conf['mailfrom'] = '[email protected]'; $conf['send404'] = 1; -$conf['rss_content'] = 'htmldiff'; -$conf['plugin']['hcalendar']['locale'] = 'en_US'; -$conf['spellchecker'] = '1'; - -@include(DOKU_CONF.'local.protected.php'); // end auto-generated content -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
