mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 00:28:05 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
14
roles/dokuwiki/templates/local.php.j2
Normal file
14
roles/dokuwiki/templates/local.php.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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 %}
|
||||
?>
|
Reference in New Issue
Block a user