include ("$DOCUMENT_ROOT/default.php3"); include ("$display_path/display.inc"); if(isset($submit)) { if( isset($terms_accepted) ) { if( $terms_accepted == "y" ) { header("Location: join_organisation.php3"); } else { header("Location: index.html"); } } } ?>
|
|