{php} if (file_exists (realpath ("../motd-users.txt"))) { print "
\n"; include ("../motd-users.txt"); print "
"; } {/php}