projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f3006
)
Ignore the absence of the motd.php file.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 25 Aug 2010 17:58:04 +0000
(11:58 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 25 Aug 2010 17:58:32 +0000
(11:58 -0600)
horde/templates/login/login.inc
patch
|
blob
|
history
diff --git
a/horde/templates/login/login.inc
b/horde/templates/login/login.inc
index
1608367
..
1c3b427
100644
(file)
--- a/
horde/templates/login/login.inc
+++ b/
horde/templates/login/login.inc
@@
-89,4
+89,7
@@
</table>
</form>
-<?php Horde::loadConfiguration('motd.php', null, null, true); ?>
+<?php
+try {
+ Horde::loadConfiguration('motd.php', null, null, true);
+} catch (Horde_Exception $e) {}