mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
only warn, for no ziparchive, if you want to backup files
This commit is contained in:
parent
54b74cb362
commit
5eea273319
@ -694,7 +694,7 @@ class db_backup
|
||||
// save files
|
||||
if(!$zippresent) // save without files (why ever it works only right without '!'...)
|
||||
{
|
||||
echo '<center>'."No file backup, needs ZipArchive or disabled<br>".'</center>';
|
||||
if ($this->backup_files) echo '<center>'."No file backup, needs ZipArchive or disabled<br>".'</center>';
|
||||
fclose($f);
|
||||
if (file_exists($name)) unlink($name);
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user