mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-11 04:25:33 +02:00
fix minor bug
This commit is contained in:
@@ -1592,7 +1592,7 @@ app.controller('ConfigureV2Backup', function ($scope, $http, $timeout){
|
||||
|
||||
|
||||
$scope.setupAccount = function(){
|
||||
window.open("https://platform.cyberpersons.com/gDrive?name=" + $scope.accountName + '&server=' + window.location.href + 'Setup');
|
||||
window.open("https://platform.cyberpersons.com/gDrive?name=" + $scope.accountName + '&server=' + window.location.href);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user