Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
970d667b3f
@ -9,6 +9,7 @@
|
||||
*/
|
||||
use PhpMyAdmin\ServerStatusData;
|
||||
use PhpMyAdmin\Util;
|
||||
use PhpMyAdmin\Sanitize;
|
||||
|
||||
/**
|
||||
* Prints html with monitor
|
||||
@ -42,7 +43,7 @@ function PMA_getHtmlForMonitor($ServerStatusData)
|
||||
if ($i++ > 0) {
|
||||
$retval .= ", ";
|
||||
}
|
||||
$retval .= "'" . $name . "'";
|
||||
$retval .= Sanitize::formatJsVal($name);
|
||||
}
|
||||
}
|
||||
$retval .= '];';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user