You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
366 B
15 lines
366 B
5 years ago
|
<?php
|
||
|
$conf['lang'] = 'fr';
|
||
|
$conf['license'] = '';
|
||
|
$conf['superuser'] = '@admins,admin';
|
||
|
$conf['showuseras'] = 'username';
|
||
|
$conf['passcrypt'] = 'sha512';
|
||
|
$conf['disableactions'] = 'register';
|
||
|
$conf['subscribers'] = 1;
|
||
|
$conf['userewrite'] = '1';
|
||
|
$conf['useslash'] = 1;
|
||
|
{% if 'bootstrap3' in dokuwiki_tpl_to_install %}
|
||
|
$conf['template'] = 'bootstrap3';
|
||
|
{% endif %}
|
||
|
?>
|