[imp] motd.php
Ewout Meij
horde@meij.net
Tue, 30 Apr 2002 01:17:47 +0200
:
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ò non è un MOTD."; }
else { echo "This is the MOTD."; }
?>
Cheers,
Ewout
-------------------------------------------------