From fcc27b6205b78b890857c54f56fa1f2a75ff99b1 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Wed, 2 Apr 2025 12:35:02 +0500 Subject: [PATCH] add pagination and search --- .../templates/websiteFunctions/WPsitesList.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/WPsitesList.html b/websiteFunctions/templates/websiteFunctions/WPsitesList.html index d95271484..7b5528e5a 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsitesList.html +++ b/websiteFunctions/templates/websiteFunctions/WPsitesList.html @@ -146,7 +146,7 @@ if (response.data.status === 1) { var data = response.data.ret_data; site.version = data.version; - site.phpVersion = site.owner.phpSelection; + site.phpVersion = data.phpVersion || site.owner.phpSelection; site.searchIndex = data.searchIndex === 1; site.debugging = data.debugging === 1; site.passwordProtection = data.passwordprotection === 1; @@ -242,10 +242,10 @@ onerror="this.onerror=null; this.src='https://s.wordpress.org/style/images/about/WordPress-logotype-standard.png';">
- Visit Site + Visit Site - WP Login + WP Login