fix manage button

This commit is contained in:
usmannasir
2025-04-07 14:36:59 +05:00
parent df0931430c
commit e0dc261b77

View File

@@ -6333,7 +6333,7 @@ app.controller('listWebsites', function ($scope, $http, $window) {
};
$scope.manageWP = function(wpId) {
window.location.href = '/websites/listWPsites?wpID=' + wpId;
window.location.href = '/websites/WPHome?ID=' + wpId;
};
// First, update the updateSetting function to handle all settings except password protection