mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
only warn, for no ziparchive, if you want to backup files
This commit is contained in:
parent
0075e7f4cd
commit
30abf86181
@ -694,7 +694,7 @@ class db_backup
|
|||||||
// save files
|
// save files
|
||||||
if(!$zippresent) // save without files (why ever it works only right without '!'...)
|
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);
|
fclose($f);
|
||||||
if (file_exists($name)) unlink($name);
|
if (file_exists($name)) unlink($name);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user