[imp] motd.php

Mike Barsalou mbarsalou@aidea.org
Mon, 29 Apr 2002 15:51:31 -0800


I tried this, but it showed up on the page as text that I can't read at all
unless I highlight the whole page.  I am no php progammer, so I wouldn't
have the faintest clue what to do now.

Also, for some reason, an at (@) sign appears next to the username field...I
have no idea how that got there....but I am pretty sure I am the cause of
it. :)

Thanks for the help.

Mike

-----Original Message-----
From: Ewout Meij [mailto:horde@meij.net]
Sent: Monday, April 29, 2002 3:18 PM
To: Mike Barsalou
Cc: 'imp@lists.horde.org'
Subject: Re: [imp] motd.php


: 

Quoting Mike Barsalou <mbarsalou@aidea.org>:

> What format does the motd.php file require? 

google is your friend. From:
http://faqchest.dynhost.com/prgm/imp-l/imp-00/imp-0010/imp-
001007/imp00101209_16136.html

<?php

      if ($language == "fr") { echo "Ceci n'est pas un MOTD."; }
  elseif ($language == "de") { echo "Dieses ist nicht ein MOTD."; }
  elseif ($language == "it") { echo "Ci&ograve; non &egrave; un MOTD."; }
    else                     { echo "This is the MOTD."; }

?>



Cheers,
Ewout

-------------------------------------------------