diff --git a/include/ajax/ajax_anc_key_compute.php b/include/ajax/ajax_anc_key_compute.php index c04d643f5..eabbb0beb 100644 --- a/include/ajax/ajax_anc_key_compute.php +++ b/include/ajax/ajax_anc_key_compute.php @@ -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 <<$html EOF; -?> \ No newline at end of file