mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
skip activesync debug.txt on filebackup (, if activated)
This commit is contained in:
parent
171064c0c1
commit
af74997588
@ -1015,6 +1015,12 @@ class db_backup
|
|||||||
{
|
{
|
||||||
array_shift($tlist);
|
array_shift($tlist);
|
||||||
}
|
}
|
||||||
|
elseif ($file == 'debug.txt' && stripos($f,'activesync')!==false)
|
||||||
|
{
|
||||||
|
// skip activesync debug.txt on backupFiles
|
||||||
|
//error_log(__METHOD__.__LINE__.'->'.$f.'/'.$file);
|
||||||
|
array_shift($tlist);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(is_dir($f.'/'.$file))
|
if(is_dir($f.'/'.$file))
|
||||||
|
Loading…
Reference in New Issue
Block a user