diff --git a/plugins/php/index.html b/plugins/php/index.html index c43762358..fa5bc54fa 100755 --- a/plugins/php/index.html +++ b/plugins/php/index.html @@ -22,5 +22,8 @@ \ No newline at end of file diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js index 3b32b133c..42c9fbd93 100755 --- a/plugins/php/js/php.js +++ b/plugins/php/js/php.js @@ -660,6 +660,4 @@ function GetPHPStatus(a) { content: "
"+lan.bt.php_pool+" | " + b.pool + " |
---|---|
"+lan.bt.php_manager+" | " + ((b["process manager"] == "dynamic") ? lan.bt.dynamic : lan.bt.static) + " |
"+lan.bt.php_start+" | " + b["start time"] + " |
"+lan.bt.php_accepted+" | " + b["accepted conn"] + " |
"+lan.bt.php_queue+" | " + b["listen queue"] + " |
"+lan.bt.php_max_queue+" | " + b["max listen queue"] + " |
"+lan.bt.php_len_queue+" | " + b["listen queue len"] + " |
"+lan.bt.php_idle+" | " + b["idle processes"] + " |
"+lan.bt.php_active+" | " + b["active processes"] + " |
"+lan.bt.php_total+" | " + b["total processes"] + " |
"+lan.bt.php_max_active+" | " + b["max active processes"] + " |
"+lan.bt.php_max_children+" | " + b["max children reached"] + " |
"+lan.bt.php_slow+" | " + b["slow requests"] + " |