. */ include("./include/include.php"); admin_header(); if( $_SESSION['privstatementagree']=="ask" ) { // user should first agree to privacy statement echoln("

Privacy statement

"); echoln("To continue, you'll have to agree to the privacy statement:"); echoln("

"); echoln(" "); echoln("
"); include("./include/priv_v102.php"); echoln("
"); echoln("

"); echoln(" I agree to the privacy statement."); echoln("

"); echoln("

"); }else { echoln("admin page"); } admin_footer(); ?>