mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-05 12:55:44 +01:00
pass code on all functions for security
This commit is contained in:
@@ -2359,7 +2359,9 @@ class BackupManager:
|
||||
payload = {
|
||||
'subscription_id': subscription_id,
|
||||
'key': ProcessUtilities.outputExecutioner(f'cat /root/.ssh/cyberpanel.pub'),
|
||||
'serverIP': ACLManager.fetchIP()
|
||||
'serverIP': ACLManager.fetchIP(),
|
||||
'email': data['email'],
|
||||
'code': data['code']
|
||||
}
|
||||
|
||||
headers = {'Content-Type': 'application/json'}
|
||||
|
||||
Reference in New Issue
Block a user