Files
CyberPanel/panelv2
usmannasir b4463a85f6 Fix all v2 API endpoints to use correct utility function signatures
- FTP: Use FTPUtilities.submitFTPCreation/submitFTPDeletion (was wrong
  class name and nonexistent methods)
- DNS: Use DNS.createDNSRecord with zone object (was wrong class, wrong
  first param type)
- SSL: Use virtualHostUtilities.issueSSL with correct 3 params (was
  wrong module, missing params)
- Backup: Use submitBackupCreation module function with correct params
  (was nonexistent method)
- Config/PHP: Use vhost.changePHP with vhost file path (was wrong module)
- Domains: Delegate to WebsiteManager.submitDomainCreation/Deletion
  (was nonexistent childDomain methods)
- Security: Pass correct string values to changeOpenBasedir ('Disable'
  or path, not 0/1)
2026-02-24 02:06:51 +05:00
..