summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show_login_form.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php
index a92520ce..ac6ed2b0 100644
--- a/templates/show_login_form.inc.php
+++ b/templates/show_login_form.inc.php
@@ -90,7 +90,7 @@ if (@is_readable(Config::get('prefix') . '/config/motd.php')) {
<div id="motd">
<?php
show_box_top(T_('Message of the Day'));
- include Config::get('prefix') . '/config/motd.php';
+ require_once Config::get('prefix') . '/config/motd.php';
show_box_bottom();
?>
<?php