ob_start();

This commit is contained in:
Buchholz 2021-10-24 19:52:07 +02:00
parent 5fdb879879
commit bdf03254f5
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@ class AntiSpamMath{
$inputs[] = ' <input type="hidden" name="asm_3" value="'.$asm_3.'" /> ';
shuffle($inputs);
if ( !ob_start('ob_gzhandler') ) {
ob_start();
}
ob_start();
echo implode('',$inputs);
echo '<span class="anti_spam_math">';