Skip to content

Commit

Permalink
Regenerate the config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 16, 2013
1 parent 65150dc commit e481627
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions dokuwiki/conf/local.php 100644 → 100755
Expand Up @@ -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'] = 'webmaster@php.net';
$conf['updatecheck'] = 0;
$conf['mailfrom'] = 'php-webmaster@lists.php.net';
$conf['htmlmail'] = 0;
$conf['rss_content'] = 'htmldiff';
$conf['userewrite'] = '1';
$conf['useslash'] = 1;
$conf['mailfrom'] = 'php-webmaster@lists.php.net';
$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

0 comments on commit e481627

Please sign in to comment.