improvements to file manager

This commit is contained in:
usmannasir
2025-06-15 12:12:58 +05:00
parent f23b57053c
commit b40a55cfdc
5 changed files with 405 additions and 73 deletions

View File

@@ -3306,7 +3306,7 @@ app.controller('listWebsites', function ($scope, $http, $window) {
$scope.goToFileManager = function($event, domain) {
$event.stopPropagation();
window.location = '/filemanager/' + domain + '?modern=1';
window.location = '/filemanager/' + domain;
};
});
@@ -10130,7 +10130,7 @@ app.controller('listWebsites', function ($scope, $http, $window) {
$scope.goToFileManager = function($event, domain) {
$event.stopPropagation();
window.location = '/filemanager/' + domain + '?modern=1';
window.location = '/filemanager/' + domain;
};
});