mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 17:56:24 +02:00
improvements to file manager
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user