Ignore the absence of the motd.php file.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 25 Aug 2010 17:58:04 +0000 (11:58 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 25 Aug 2010 17:58:32 +0000 (11:58 -0600)
horde/templates/login/login.inc

index 1608367..1c3b427 100644 (file)
@@ -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) {}