Skip to content
Snippets Groups Projects

Improve dokuwiki conf

Merged Robin Sonnabend requested to merge improve-dokuwiki-conf into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -26,3 +26,7 @@ $conf['xsendfile'] = 0;
$conf['updatecheck'] = 0;
$conf['useacl'] = 1;
$conf['phpok'] = 0;
{% if item.mail_host is defined %}
$conf['plugin']['smtp']['smtp_host'] = '{{item.mail_host}}';
$conf['plugin']['smtp']['smtp_ssl'] = 'tls';
{% endif %}
Loading