mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 13:59:11 +01:00
ob_start();
This commit is contained in:
parent
5fdb879879
commit
bdf03254f5
1 changed files with 1 additions and 3 deletions
|
@ -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">';
|
||||
|
|
Loading…
Reference in a new issue