mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Nextclioud, regression
This commit is contained in:
parent
c0d37accc5
commit
9bcbd8a305
@ -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…
x
Reference in New Issue
Block a user