From: Zoltán Felleg Date: Thu, 14 Nov 2024 16:05:44 +0000 (+0100) Subject: Updated wiki.in (to send e-mails from wiki@userrendszerhaz.hu). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=b3c520535b8132ad75bbf126d52fc688ed40bdf9;p=user-lxc.git Updated wiki.in (to send e-mails from wiki@userrendszerhaz.hu). --- diff --git a/sources/wiki.in/c3d/postinstall/install-data/etc/dokuwiki/local.php b/sources/wiki.in/c3d/postinstall/install-data/etc/dokuwiki/local.php index 5a0040d..7f1b641 100644 --- a/sources/wiki.in/c3d/postinstall/install-data/etc/dokuwiki/local.php +++ b/sources/wiki.in/c3d/postinstall/install-data/etc/dokuwiki/local.php @@ -22,7 +22,7 @@ $conf['updatecheck'] = 0; $conf['authtype'] = 'authldap'; -$conf['mailfrom'] = 'wiki@useribm.hu'; +$conf['mailfrom'] = 'wiki@userrendszerhaz.hu'; $conf['plugin']['authldap']['server'] = 'ldap://fds.useribm.hu:389'; $conf['plugin']['authldap']['usertree'] = 'ou=People,dc=user,dc=hu';