diff --git a/components/motd.php b/components/motd.php index dac87a86add20779a01ab6460c22ffdb3d7ee3d1..ecffa7b65ce73b3ba6e9e162fc81554bfa851e0b 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')) {