bug fix: return actual php
This commit is contained in:
parent
61b777dce3
commit
816032a3d4
|
|
@ -929,7 +929,8 @@ class WebsiteManager:
|
|||
'passwordprotection': passwd,
|
||||
'wpcron': wpcron,
|
||||
'theme': currentTheme,
|
||||
'activePlugins': pluginCount
|
||||
'activePlugins': pluginCount,
|
||||
'phpVersion': wpsite.owner.phpSelection
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue