From d63fa43c3d18088f03909a4b6ccf5b56bc2fb07a Mon Sep 17 00:00:00 2001 From: usmannasir Date: Wed, 2 Apr 2025 01:55:10 +0500 Subject: [PATCH] fix php display --- websiteFunctions/templates/websiteFunctions/WPsitesList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websiteFunctions/templates/websiteFunctions/WPsitesList.html b/websiteFunctions/templates/websiteFunctions/WPsitesList.html index e4ebf8ef4..b6771c0fd 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsitesList.html +++ b/websiteFunctions/templates/websiteFunctions/WPsitesList.html @@ -120,7 +120,7 @@ if (response.data.status === 1) { var data = response.data.ret_data; site.version = data.version; - site.phpVersion = site.phpVersion || 'PHP ' + site.php_version; + site.phpVersion = site.owner.phpSelection; site.searchIndex = data.searchIndex === 1; site.debugging = data.debugging === 1; site.passwordProtection = data.passwordprotection === 1;