noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 43/162: Missing ob_start


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 43/162: Missing ob_start
Date: Sat, 11 Jul 2020 13:23:30 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit d8432fe613287fa56546905048bcdd14dcd42e39
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Wed May 16 14:07:00 2018 +0200

    Missing ob_start
---
 include/ajax/ajax_anc_key_compute.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/ajax/ajax_anc_key_compute.php 
b/include/ajax/ajax_anc_key_compute.php
index c04d643..eabbb0b 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 <<<EOF
 <code>$html</code>
 </data>
 EOF;
-?>        
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]