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;