Citadel test PHP thing.
CITADEL_HEADER_DATA; echo "Your session ID is ", $session, "
\n"; echo "Dude, we're in ", `pwd`, "
"; echo "Log out
"; flush(); test_for_echo(); } function bbs_page_footer() { global $clientsocket; echo "
"; if (!fclose($clientsocket)) { echo "Error closing client socket.
\n"; } echo "Copyright © 2003 by The SCO Group.
\n"; echo "\n"; } ?>