Missing ob_start

This commit is contained in:
Dany De Bontridder 2018-05-16 14:07:00 +02:00
parent 8fe6ae922a
commit d8432fe613

View file

@ -48,7 +48,7 @@ catch (Exception $exc)
error_log($exc->getTraceAsString());
return;
}
ob_start();
$compute_key=new Anc_Key($key);
$pos=strrpos($target,"t");
$row=substr($target,$pos+1);
@ -70,4 +70,3 @@ echo <<<EOF
<code>$html</code>
</data>
EOF;
?>