From 967da3e70319d499e47167a9116e9a6512790eb8 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 8 Jul 2022 19:45:58 +0800 Subject: [PATCH] Update php.js --- plugins/php/js/php.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js index 56fdb5c5b..bcc007261 100755 --- a/plugins/php/js/php.js +++ b/plugins/php/js/php.js @@ -431,6 +431,7 @@ function getPHPInfo(version) { phpPostCallbak('get_php_info', version, {}, function(data){ if (!data.status){ layer.msg(rdata.msg, { icon: 2 }); + return; } layer.open({