Hi
Here is a new bug posted in the forum
In "out.BackupTools.php" file change lines 118 and 173
to
doudoux
	
	
	
	
Here is a new bug posted in the forum
In "out.BackupTools.php" file change lines 118 and 173
PHP Code:
print "<td>".getLongReadableDate($entry)."</td>\n"; 
PHP Code:
print "<td>".getLongReadableDate(filemtime($settings->_contentDir.$entry))."</td>\n"; 
doudoux

