From fe6fccb0f4fc00ba93048b14e7a51be2a5c0baf1 Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Tue, 21 Oct 2008 14:57:53 +0000 Subject: [PATCH] whoops. Bring on site configuration files :-/ --- components/motd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/motd.php b/components/motd.php index dac87a8..ecffa7b 100644 --- a/components/motd.php +++ b/components/motd.php @@ -1,5 +1,5 @@ <?php -$motd_file = "/home/honorary/chckens/motd.txt"; +$motd_file = "/tmp/motd.txt"; function decode_entities($text, $quote_style = ENT_COMPAT) { if (function_exists('html_entity_decode')) { -- GitLab