'.$_POST[$_GET['var']].'
'._T('couteau:explique_spam').'
'
);
exit;
}
}
unset($ip_);
function cs_test_spam(&$spam, &$texte, &$test) {
foreach($spam[0] as $m) $test |= strpos($texte, $m)!==false;
if(!$test && $spam[1]) $test = preg_match($spam[1], $texte);
if(!$test && $spam[2]) {
include_spip('inc/charsets');
$test = preg_match($spam[2], charset2unicode($texte));
}
return $test;
}
/* Par defaut : couleurs_perso = 'gris, rouge' */
/* Par defaut : set_couleurs = 0 */
/* Par defaut : couleurs_fonds = 1 */
define('_COULEURS_FONDS', 1);
define('_COULEURS_SET', 0);
define('_COULEURS_PERSO', 'gris, rouge');
$GLOBALS['cs_post_propre']=0;
?>