2
0
forked from Wavyzz/dolibarr

FIX compatibility with xdebug 3

This commit is contained in:
Regis Houssin
2025-01-08 19:26:14 +01:00
parent 79ae59ee2a
commit 4ab4c2772b
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ print "<br>\n";
print '<br>';
print '<strong>'.$langs->trans("XDebug").'</strong><br>';
print '<div class="divsection">';
$test = !function_exists('xdebug_is_enabled');
$test = !function_exists('xdebug_is_debugger_active');
if ($test) {
print img_picto('', 'tick.png', 'class="pictofixedwidth"').' '.$langs->trans("NotInstalled").' <span class="opacitymedium">'.$langs->trans("NotSlowedDownByThis").'</span>';
} else {