1
24.7 Production Series / Re: Backup API script broke after upgrade
« on: July 26, 2024, 03:12:55 pm »
Changing line 200 in /usr/local/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php to this fixes the issue:
Or just pulling that Git commit haha.
Code: [Select]
$this->response->setContentType('application/octet-stream', 'UTF-8');
Or just pulling that Git commit haha.