#CACHE{0}
#HTTP_HEADER{Content-Type: text/html}
",nl2br($contenu));
$out = "";
$maxlines = 40;
while ($contenu && $maxlines--){
$hop = array_pop($contenu) ;
if(preg_match(",page='console',", $hop)) continue ;
if (preg_match_all("/.{100}/UmsS", $hop, $longs, PREG_SET_ORDER)) {
foreach ($longs as $long) {
$hop = str_replace($long[0], $long[0].'
', $hop);
}
}
$out .= $hop."\n";
}
return $out;
}
echo "
"; echo console_lit_log(); echo ""; ?> #SPIP_CRON