mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 17:56:12 +01:00
fix php display
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user