bug fix: return actual php

This commit is contained in:
usmannasir
2025-04-15 12:43:07 +05:00
parent 30d54fd8f6
commit d84bbe9799

View File

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