|
The contact forum is not designed to be used by unregistered users
You can remove the code but I would not since it opens up the ability for spiders and bots etc to send people eroneous emails etc
if ( $gologin == 1 ) {
// We don't want unregistered users sending contact forms
$regcode = strtolower(get_regcode());
// We include a second time to rewrite the mustreg variable
include "{$Globals['PP_PATH']}/languages/$pplang.php";
diewell( $Globals['pp_lang']['mustreg'] );
}
|