An e-mail is sent to $t_email with the login details. It is recommended to change your password on first login.
[ Login ]
EOT;
} else {
# @@@@ proper error
echo "Unable to signup user.
";
}
print_bottom_page( $g_bottom_page_inc );
print_footer( __FILE__ );
print_body_bottom();
print_html_bottom();
exit;
}
echo <<
EOT;
print_bottom_page( $g_bottom_page_inc );
print_footer( __FILE__ );
print_body_bottom();
print_html_bottom();
?>