From 01b490dff198c5aca0319e1d28ba902af751b502 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 25 Dec 2024 12:52:41 +0800 Subject: [PATCH] update --- web/static/app/site.js | 3 ++- web/utils/site.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/static/app/site.js b/web/static/app/site.js index 5a964804a..431360c75 100755 --- a/web/static/app/site.js +++ b/web/static/app/site.js @@ -232,7 +232,8 @@ function webAddPage(type) { return; } - $.post('/site/get_php_version',function(rdata){ + $.post('/site/get_php_version',function(data){ + var rdata = data.data; var defaultPath = $("#defaultPath").html(); var php_version = "
"+lan.site.php_ver+"