bug fix: return actual php

This commit is contained in:
usmannasir
2025-04-15 12:43:07 +05:00
parent 61b777dce3
commit 816032a3d4

View File

@@ -929,7 +929,8 @@ class WebsiteManager:
'passwordprotection': passwd, 'passwordprotection': passwd,
'wpcron': wpcron, 'wpcron': wpcron,
'theme': currentTheme, 'theme': currentTheme,
'activePlugins': pluginCount 'activePlugins': pluginCount,
'phpVersion': wpsite.owner.phpSelection
} }