summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'login.php')
-rw-r--r--login.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/login.php b/login.php
index e044beb1..1b5634af 100644
--- a/login.php
+++ b/login.php
@@ -134,7 +134,11 @@ function focus(){ document.login.username.focus(); }
require(conf('prefix') . "/templates/show_login_form.inc");
if (@is_readable(conf('prefix') . '/config/motd.php')) {
+ echo "<div align=\"center\">\n";
+ show_box_top(_('Message of the Day'));
include conf('prefix') . '/config/motd.php';
+ show_box_bottom();
+ echo "</div>\n";
}
?>