summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 19:36:19 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 19:36:19 -0500
commit7ea41a0029c903f807ce0ce3b7536bb60ac81a19 (patch)
tree6e3091e92d077aba2185af553289f4002122f093 /templates
parent8808fdf10d9e7fdab04b512b3d9f7d4f24ed4449 (diff)
downloadampache-7ea41a0029c903f807ce0ce3b7536bb60ac81a19.tar.gz
ampache-7ea41a0029c903f807ce0ce3b7536bb60ac81a19.tar.bz2
ampache-7ea41a0029c903f807ce0ce3b7536bb60ac81a19.zip
include -> require_once
Say what we mean.
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