From 1647065b042d7bc22a215d2cba28fef8633e53da Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 5 Feb 2026 10:30:01 +0800 Subject: [PATCH] Update php.js --- plugins/php/js/php.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js index ec15e46e1..e3ff81554 100755 --- a/plugins/php/js/php.js +++ b/plugins/php/js/php.js @@ -282,16 +282,16 @@ function getFpmConfig(version, pool = 'www'){ var rdata = $.parseJSON(data.data); // console.log(rdata); var limitList = "" + - "" + + "" + "" + - "" + - "" + - "" + - "" + - "" + - "" + - "" + - ""; + "" + + "" + + "" + + "" + + "" + + "" + + "" + + ""; var pms = [{ 'name': 'static', 'title': '静态' }, { 'name': 'dynamic', 'title': '动态' },{ 'name': 'ondemand', 'title': '按需' }]; var pmList = ''; for (var i = 0; i < pms.length; i++) {