mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-09 22:00:14 +01:00
fix manage button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user