From 3eb72ad833c57f3846ae84d68cec4404ff896bcb Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 9 Mar 2021 17:55:51 +0100 Subject: [PATCH] truc --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f72a933c688..3e4f70eeecc 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -44,7 +44,7 @@ if (!empty($_SERVER['MAIN_SHOW_TUNING_INFO'])) { // Add Xdebug code coverage //define('XDEBUGCOVERAGE',1); if (defined('XDEBUGCOVERAGE')) { - xdebug_start_code_coverage(); + xdebug_start_code_coverage('sdfd'); } }