GetProperty( "C_InstallPath" ), "spam/spam.dat" ) ); } if ( !isset($lang) || !$lang ) $lang = $spamdat["SpamLang"]; echo template( "skins/default/actiontop.tpl", null ); if ( strpos( $id, "." ) === FALSE ) { // quarantined message if ( $action >= 10 ) PerformMultipleChallengeAction( $id, $to, $from, $action, $lang ); else PerformChallengeAction( $id, $to, $action, $lang ); } else { // spam folder message if ( $action >= 10 ) PerformMultipleChallengeAction( $id, $to, $from, $action, $lang ); else PerformSpamAction( $id, $to, $from, $action, $lang ); } echo template( "skins/default/actionbottom.tpl", null ); ?>