bug fixes

This commit is contained in:
Usman Nasir
2022-04-24 02:55:01 +05:00
parent 3b6b9017cc
commit d05371528d
5 changed files with 5 additions and 6 deletions

View File

@@ -1082,7 +1082,7 @@ app.controller('googleDrive', function ($scope, $http) {
$scope.driveHidden = true;
$scope.setupAccount = function(){
window.open("https://cloud.cyberpanel.net/gDrive?name=" + $scope.accountName + '&server=' + window.location.href + 'Setup');
window.open("https://platform.cyberpersons.com/gDrive?name=" + $scope.accountName + '&server=' + window.location.href + 'Setup');
};
$scope.currentPage = 1;