Summary | motd.php is not shown |
Queue | Horde Groupware |
Queue Version | 5.1.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | o+horde (at) immerda (dot) ch |
Created | 05/22/2014 (4063 days ago) |
Due | |
Updated | 05/23/2014 (4062 days ago) |
Assigned | 05/22/2014 (4063 days ago) |
Resolved | 05/23/2014 (4062 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
correctly in your motd.local.php (The stock config/motd.php is
verified working correctly).
changed and that I have to set $motd. at least in our current stable
setup it is sufficient to just output stuff in motd.local.php...
can be closed
State ⇒ Feedback
Priority ⇒ 1. Low
correctly in your motd.local.php (The stock config/motd.php is
verified working correctly).
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ motd.php is not shown
Queue ⇒ Horde Groupware
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
correctly. i verified that in templates/login/login.inc:94 there is
no exception thrown, the motd.php is correctly detected (i.e. if the
file is not readable an exception is thrown), but then
$registry->loadConfigFile('motd.php', 'motd', 'horde')->config['motd']
seems to return an empty string.