use new safeupgrade route

This commit is contained in:
Andy Miller
2025-10-16 23:32:39 -06:00
parent 84d6cca121
commit 78fc74a77e
2 changed files with 2 additions and 2 deletions

View File

@@ -421,7 +421,7 @@ export default class SafeUpgrade {
}
resolveDirectStatusUrl() {
const scriptPath = '/user/plugins/admin/safe-upgrade-status.php';
const scriptPath = '/___safe-upgrade-status';
const join = (base, path) => {
if (!base) {
return path;