mirror of
https://github.com/opnsense/core.git
synced 2026-06-06 23:37:18 -04:00
Nextclioud, regression
This commit is contained in:
parent
c0d37accc5
commit
9bcbd8a305
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class Nextcloud extends Base implements IBackupProvider
|
|||
// backup source data to local strings (plain/encrypted)
|
||||
$confdata = file_get_contents('/conf/config.xml');
|
||||
if (!empty($crypto_password)) {
|
||||
$confdata = $this->encrypt($confdata, $crypto_password)
|
||||
$confdata = $this->encrypt($confdata, $crypto_password);
|
||||
}
|
||||
try {
|
||||
$directories = $this->listFiles($url, $username, $password, '/');
|
||||
|
|
|
|||
Loading…
Reference in a new issue