Suppression des output sur la console
This commit is contained in:
parent
33722087d4
commit
091b7303ab
@ -24,7 +24,6 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
print strftime("%H:%M:%S",time())."\n";
|
|
||||||
require ("../../master.inc.php");
|
require ("../../master.inc.php");
|
||||||
|
|
||||||
require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/bar.class.php");
|
require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/bar.class.php");
|
||||||
@ -187,6 +186,4 @@ $ObjectGraph->xaxis->SetTickLabels($Tlegends);
|
|||||||
$ObjectGraph->img->SetImgFormat("png");
|
$ObjectGraph->img->SetImgFormat("png");
|
||||||
$ObjectGraph->Stroke($file);
|
$ObjectGraph->Stroke($file);
|
||||||
|
|
||||||
|
|
||||||
print strftime("%H:%M:%S",time())."\n";
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user