. #------------------------------ # $Revision: 2643 $ # $Author: al $ # $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $ #------------------------------ require_once( 'core.php' ); # Check for invalid access to signup page if ( OFF == config_get( 'allow_signup' ) ) { print_header_redirect( 'login_page.php' ); } html_page_top1(); html_page_top2a(); $t_key = mt_rand( 0,99999 ); ?>