Skip to content
Extraits de code Groupes Projets
Valider 27fb1f05 rédigé par Anthon Pang's avatar Anthon Pang
Parcourir les fichiers

updated fix to also accept randomly generated run IDs

parent f49ea292
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -905,6 +905,12 @@ function xhprof_param_init($params) {
exit();
}
if ($k === 'run') {
$p = implode(',', array_filter(explode(',', $p), function ($a) {
return is_numeric($a) || is_numeric(base_convert($a, 16, 10));
}));
}
// create a global variable using the parameter name.
$GLOBALS[$k] = $p;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter